mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-12-22 13:14:28 +00:00
More CSS tweaks
This commit is contained in:
parent
1299f49884
commit
6207af66bd
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue