mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 05:54:25 -04:00
(style) improve contrast around .bg-light (make footer darker, badges with .text-primary accessible)
This commit is contained in:
parent
be86342a68
commit
fa9a548491
@ -13,6 +13,7 @@ body[data-theme="dark"] {
|
||||
|
||||
a { color: $primary-dark; }
|
||||
a:hover { color: lighten($primary-dark, 10%); }
|
||||
.text-primary { color: $primary-dark !important; }
|
||||
.text-dark { color: $light !important; }
|
||||
.btn-primary { color: $light; }
|
||||
.btn-primary:hover { color: darken($white, 10%); }
|
||||
@ -136,8 +137,7 @@ body[data-theme="dark"] {
|
||||
|
||||
/* BACKGROUNDS */
|
||||
|
||||
.bg-light { background-color: #31363d !important; }
|
||||
.badge.bg-light { background-color: #000 !important; }
|
||||
.bg-light { background-color: #111 !important; }
|
||||
.bg-dark { background-color: #f8f9fa !important; }
|
||||
.bg-white { background-color: #000 !important; }
|
||||
.bg-white.text-white,
|
||||
|
Loading…
x
Reference in New Issue
Block a user