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