a,header
This commit is contained in:
parent
a0167fa4e5
commit
785378d81d
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue