Merge branch 'quark-main-patch-96792' into 'main'

Changement couleur de la note

See merge request bde/nk20!240
This commit is contained in:
quark 2024-03-14 17:38:29 +01:00
commit 29509b5b26
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);
} }