I cba with this commit message tbh

This commit is contained in:
Hickmeister
2025-01-14 20:28:59 +00:00
parent a1aee4134c
commit a08c4eba3b
26 changed files with 1135 additions and 231 deletions

View File

@@ -2130,17 +2130,17 @@ form select.error:focus {
}
.btn-inverse-success {
color: #15ca20;
color: #23ac2c;
background-color: rgba(21, 202, 32, 0.18);
border-color: rgb(212, 246, 214);
}
.btn-inverse-success:hover {
color: #15ca20;
color: #23ac2c;
background-color: rgba(21, 202, 32, 0.18);
border-color: rgba(21, 202, 32, 0.18);
}
.btn-inverse-success:focus {
color: #15ca20;
color: #23ac2c;
background-color: rgba(21, 202, 32, 0.18);
border-color: rgba(21, 202, 32, 0.18);
box-shadow: 0 0 0 0.25rem rgba(23, 160, 14, 0.32);