css/sass cleanup

This commit is contained in:
Matt Walsh 2025-05-13 13:59:12 -05:00
commit 992258d3ce
No known key found for this signature in database
4 changed files with 21 additions and 20 deletions

View file

@ -40,13 +40,13 @@ body {
button {
font-size: 16pt;
border: 1px solid darkgray;
@media (prefers-color-scheme: dark) {
background-color: #000000;
color: white;
}
border: 1px solid darkgray;
}
#btnGetGps {
@ -178,12 +178,13 @@ body {
flex-direction: row;
background-color: #000000;
color: #ffffff;
width: 100%;
@media (prefers-color-scheme: dark) {
background-color: rgb(48, 48, 48);
}
color: #ffffff;
width: 100%;
}
#divTwcBottom>div {