diff options
-rw-r--r-- | templates/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/styles.css b/templates/styles.css index 9f8d7bd..895ef25 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -49,6 +49,9 @@ a { color: inherit; text-decoration: none; + &:hover { + color: var(--color-highlight); + } } code { |