Re-mark up the site heading
This commit is contained in:
parent
8f63f7c119
commit
0bbcda8032
2 changed files with 26 additions and 22 deletions
|
|
@ -99,6 +99,7 @@ header.site {
|
|||
|
||||
header.site h1 {
|
||||
font-family: var(--font-family-site-heading);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
header.site .grid {
|
||||
|
|
@ -136,6 +137,9 @@ nav.site li {
|
|||
display: block;
|
||||
margin-inline-end: 0.5em;
|
||||
}
|
||||
nav.site .active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
nav.bulleted li:first-child::before {
|
||||
content: "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue