Pro - Stats view - Buttons are not dark-mode friendly (#4596)
This commit is contained in:
parent
0b47ff67bc
commit
1808fb5b2b
1 changed files with 6 additions and 1 deletions
|
|
@ -656,6 +656,11 @@
|
|||
}
|
||||
|
||||
.toggles button {
|
||||
@include themeable-important(
|
||||
color,
|
||||
theme-color,
|
||||
$black
|
||||
);
|
||||
display: inline-block;
|
||||
padding: 2px 8px;
|
||||
margin: 8px;
|
||||
|
|
@ -674,7 +679,7 @@
|
|||
|
||||
&.selected {
|
||||
background: #cfd7ff;
|
||||
color: #0a0a0a;
|
||||
color: #0a0a0a !important;
|
||||
border: 1px solid #4e57ef;
|
||||
box-shadow: 3px 4px 0px #4e57ef;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue