Tweak header item css.

master
voussoir 2024-03-31 18:56:14 -07:00
parent fe9e30e7e2
commit 1485a50281
2 changed files with 3 additions and 1 deletions

View File

@ -105,6 +105,8 @@ textarea::placeholder
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
text-decoration: none;
}
#content_body

View File

@ -7,7 +7,7 @@ html
font-family: sans-serif;
}
.navigation_link:hover
.header_element:hover
{
background-color: var(--color_secondary);
}