aboutsummaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/main.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/style/main.scss b/style/main.scss
index a261178..ad36906 100644
--- a/style/main.scss
+++ b/style/main.scss
@@ -38,6 +38,14 @@ footer {
font-style: italic;
padding-top: 16px;
padding-bottom: 16px;
+
+ a {
+ color: inherit;
+ &:hover, &:focus {
+ background-color: inherit;
+ text-decoration: underline;
+ }
+ }
}
a {