This commit is contained in:
Marc Beninca 2025-02-16 20:59:55 +01:00
parent a0167fa4e5
commit 785378d81d
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -31,7 +31,9 @@ body {
} }
a { a {
text-decoration: none; color: inherit;
text-decoration: underline;
text-underline-offset: .25em;
} }
a:hover { a:hover {
background-color: #f88; background-color: #f88;
@ -79,7 +81,7 @@ h2 {
text-align: center; text-align: center;
} }
h3 { h3 {
background-color: #eee; background-color: var(--header-background);
padding: .125em .25em; padding: .125em .25em;
} }