diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/style.sass | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sass/style.sass b/sass/style.sass index 1553227..dfb837c 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -52,10 +52,6 @@ a.tag &::before content: "#" -a.bold-hover:hover - text-decoration: none - text-shadow: 0px 0px 1px var(--fg-href) - h3.related margin: 0 @@ -70,6 +66,9 @@ h2.title &::before @include spacer + a + color: inherit + pre border: 1px solid var(--border-color-light) box-shadow: 0px 0px 2px var(--border-color-light) |