Small css tweaks.
This commit is contained in:
parent
4d7b396e0c
commit
f2129b0522
2 changed files with 7 additions and 2 deletions
|
@ -29,7 +29,7 @@ getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() =
|
|||
|
||||
html
|
||||
{
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
box-sizing: border-box;
|
||||
color: var(--color_text_normal);
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ body
|
|||
"content_body" 1fr
|
||||
/1fr;
|
||||
|
||||
min-height: 100%;
|
||||
min-height: 100vh;
|
||||
margin: 0;
|
||||
padding: 8px;
|
||||
grid-row-gap: 8px;
|
||||
|
|
|
@ -20,6 +20,11 @@ belong in common.css because they are specifically for this project.
|
|||
--color_highlight: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.navigation_link:hover
|
||||
{
|
||||
background-color: var(--color_secondary);
|
||||
}
|
||||
|
||||
#content_body
|
||||
{
|
||||
justify-self: center;
|
||||
|
|
Loading…
Reference in a new issue