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 {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue