tweak homepage "more" links - closes #5313

This commit is contained in:
Thibault Duplessis 2019-07-12 05:22:24 -04:00
parent 80ac02a510
commit ec42863b07
2 changed files with 7 additions and 0 deletions

View file

@ -7,6 +7,9 @@
padding: .3em .5em;
.more {
color: $c-font-dim;
&:hover {
color: $c-link;
}
}
.title {
@extend %base-font;

View file

@ -25,5 +25,9 @@
margin: .5em;
display: block;
text-align: right;
color: $c-font-dim;
&:hover {
color: $c-link;
}
}
}