Update custom.css

This commit is contained in:
quark 2024-03-14 17:22:41 +01:00
parent 5781cbd6a5
commit 0d64ad31e0
1 changed files with 6 additions and 6 deletions

View File

@ -113,7 +113,7 @@ body {
} }
.border-primary { .border-primary {
border-color: rgb(255, 255, 0) !important; border-color: rgb(222, 180, 222) !important;
} }
.btn-secondary { .btn-secondary {
@ -132,16 +132,16 @@ body {
.btn-outline-dark { .btn-outline-dark {
color: #ffff00; color: #000000;
border-color: #ffff00; border-color: #000000;
} }
.btn-outline-dark:hover, .btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active { .btn-outline-dark:not(:disabled):not(.disabled):active {
color: rgb(255, 255, 0); color: rgb(50, 100, 160);
background-color: rgb(255, 255, 0); background-color: rgb(240, 150, 240);
border-color: rgb(255, 255, 0); border-color: rgb(50, 100, 160);
} }