Improved Style Dynamics

This commit is contained in:
2023-12-30 12:36:53 -05:00
parent 4cd39b4ace
commit 3904ee18cb
2 changed files with 2 additions and 3 deletions

View File

@@ -165,11 +165,9 @@ a {
.navElement { .navElement {
border: solid black .2rem; border: solid black .2rem;
width: 25vw;
text-align: center; text-align: center;
font-size: 1.2rem;
font-size: 1rem;
background-color: rgba(139, 36, 36, 0.5); background-color: rgba(139, 36, 36, 0.5);
flex-grow: 1;
} }
.navElement:hover { .navElement:hover {

View File

@@ -29,6 +29,7 @@ html, body, #map {
color: #eee; color: #eee;
background-color: rgba(44, 44, 44, .8); background-color: rgba(44, 44, 44, .8);
padding: 1em; padding: 1em;
border-radius: 1em;
} }
#legendOccGrad { #legendOccGrad {