summaryrefslogtreecommitdiffstats
path: root/sass/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/style.scss')
-rw-r--r--sass/style.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/sass/style.scss b/sass/style.scss
index 27d7379..b80a9a1 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -125,10 +125,14 @@ body {
}
}
- & > ul > li > article a {
+ & > ul > li > article > header > hgroup > :first-child a {
color: var(--blue);
+ text-decoration: none;
- a:visited {
+ &:hover {
+ text-decoration: underline;
+ }
+ &:visited {
color: var(--blue-dim);
}
}