This commit is contained in:
Zoeycode 2021-10-15 19:30:46 +00:00
parent f3003e7dcc
commit 0cd157a473
3 changed files with 20 additions and 4 deletions

View file

@ -22,6 +22,14 @@ header.main-header {
padding: 4px;
background-color: var(--accent-color);
color: var(--accent-text-color);
display: flex;
gap: 4px;
}
header.main-header a {
color: inherit;
}
header.main-header .spacer {
margin-left: auto;
}
a {