make green button (brand button) filled with black rather than white on

light theme
pull/1315/head
Audric Ackermann 5 years ago
parent 39941cb078
commit 2c0c1016fd
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -122,7 +122,7 @@ textarea {
&.green {
@include themify($themes) {
background-color: themed('accent');
background-color: themed('accentButton');
}
}

@ -3,6 +3,7 @@
$themes: (
light: (
accent: #00e97b,
accentButton: #000,
destructive: #ff453a,
cellBackground: #fcfcfc,
modalBackground: #fcfcfc,
@ -52,6 +53,7 @@ $themes: (
),
dark: (
accent: #00f782,
accentButton: #00f782,
destructive: #ff453a,
cellBackground: #1b1b1b,
modalBackground: #101011,

Loading…
Cancel
Save