Small color tweak

main
Noah Petherbridge 2024-04-01 18:03:16 -07:00
parent c8238c1749
commit ff69b8f771
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
background-color: rgba(28, 166, 76, 0.25) !important;
}
.has-background-info-light, .has-background-info {
background-color: rgb(26, 79, 95) !important
}
.has-background-success-light, .has-background-success {
background-color: rgba(19, 71, 37, 0.685) !important
}