1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

More CSS tweaks

This commit is contained in:
Thomas Sileo
2022-07-29 21:35:02 +02:00
parent 1299f49884
commit 6207af66bd

View File

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