More CSS tweaks

main
Thomas Sileo 2022-07-29 21:35:02 +02:00
parent 1299f49884
commit 6207af66bd
1 changed files with 5 additions and 0 deletions

View File

@ -104,6 +104,11 @@ header {
.counter { .counter {
color: $muted-color; color: $muted-color;
} }
.summary {
a:hover {
text-decoration: underline;
}
}
} }
a { a {
color: $primary-color; color: $primary-color;