Tweak header item css.
This commit is contained in:
parent
fe9e30e7e2
commit
1485a50281
2 changed files with 3 additions and 1 deletions
|
@ -105,6 +105,8 @@ textarea::placeholder
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_body
|
#content_body
|
||||||
|
|
|
@ -7,7 +7,7 @@ html
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation_link:hover
|
.header_element:hover
|
||||||
{
|
{
|
||||||
background-color: var(--color_secondary);
|
background-color: var(--color_secondary);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue