From df8764a7a6fb0886c9f3e8ea65892974285fce50 Mon Sep 17 00:00:00 2001 From: Markus Gerstel Date: Tue, 17 Nov 2020 10:01:11 +0000 Subject: [PATCH] add some CSS --- assets/css/style.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index fe1c4cd..d6045c4 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -35,3 +35,16 @@ h3 { ul, ol, dl { margin-bottom: 0; } + +.anchorjs-link { + transition: all .25s linear; + text-decoration: none; + color: #000; +} +*:hover > .anchorjs-link { + margin-left: -1.125em !important; + text-decoration: none; +} +.anchorjs-link:hover { + color: #ff5231; +}