Small css tweaks.

This commit is contained in:
voussoir 2022-11-19 22:42:16 -08:00
parent 4d7b396e0c
commit f2129b0522
2 changed files with 7 additions and 2 deletions

View file

@ -29,7 +29,7 @@ getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() =
html html
{ {
height: 100vh; min-height: 100vh;
box-sizing: border-box; box-sizing: border-box;
color: var(--color_text_normal); color: var(--color_text_normal);
} }
@ -48,7 +48,7 @@ body
"content_body" 1fr "content_body" 1fr
/1fr; /1fr;
min-height: 100%; min-height: 100vh;
margin: 0; margin: 0;
padding: 8px; padding: 8px;
grid-row-gap: 8px; grid-row-gap: 8px;

View file

@ -20,6 +20,11 @@ belong in common.css because they are specifically for this project.
--color_highlight: rgba(255, 255, 255, 0.5); --color_highlight: rgba(255, 255, 255, 0.5);
} }
.navigation_link:hover
{
background-color: var(--color_secondary);
}
#content_body #content_body
{ {
justify-self: center; justify-self: center;