remove opacity

This commit is contained in:
Dan Chadwick 2024-04-09 12:15:38 -07:00
parent 1f84123528
commit 65f6ff500a
2 changed files with 1 additions and 2 deletions

View File

@ -228,7 +228,6 @@ table.cols-5 td.incorrect {
padding-bottom: 1rem;
background: #31748f;
color: #f6c177;
opacity: 0.95;
}
#footer {

View File

@ -27,7 +27,7 @@
background: $pine;
// border: 5px solid $pine;
color: $orangeish;
opacity: 0.95;
// opacity: 0.95;
}
}