diff options
Diffstat (limited to 'sass')
-rw-r--r-- | sass/style.sass | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sass/style.sass b/sass/style.sass index e800b14..f914171 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -144,6 +144,13 @@ article > section.post a text-decoration: underline + a.internal + text-decoration-style: dotted + color: var(--fg-color) + + &:visited + color: inherit + a:visited color: var(--fg-href-visited) |