Darkmode + some small color change

This commit is contained in:
cuom1999 2023-09-05 20:00:09 -05:00
parent 0b5afc96e1
commit 6c64e42322
2 changed files with 40 additions and 14 deletions

View file

@ -296,7 +296,7 @@ nav {
}
&:hover {
border-top: 2px solid #045343;
border-top: 2px solid #9c3706;
color: black;
background: rgba(255, 255, 255, 0.25);
margin: 0;
@ -304,8 +304,8 @@ nav {
&.active {
// color: #FFF;
border-top: 2px solid #045343;
color: #045343;
border-top: 2px solid #9c3706;
color: #9c3706;
background: white;
}
@ -908,7 +908,7 @@ select {
}
.colored-text {
color: #045343;
color: black;
}
.bold-text {