hscc

Soure code of <https://hugo.soucy.cc>.
git clone git://soucy.cc/hscc.git
Log | Files | Refs

commit 5b2bb9a77c0aed1f7d8e4a8529de4d4f98ab1775
parent 00b3e740b08ecce956cbef05df0718594b2205cd
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Mon, 14 Nov 2022 19:36:01 -0500

Comment a display properties

Diffstat:
Msrc/css/global/base.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/css/global/base.css b/src/css/global/base.css @@ -82,7 +82,7 @@ a:active { a[href*="://"]:not([href*="://hugo.soucy.cc"])::after { content: "\279A"; - display: inline-block; + /* display: inline-block; */ } hr {