mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-23 12:38:18 +00:00
fix button text colors and table background colors in the dark theme
This commit is contained in:
parent
b02cafe672
commit
b20b872256
@ -171,6 +171,8 @@ $avatar-sm-status-width: 8px !default;
|
|||||||
$avatar-xs-width: 20px !default;
|
$avatar-xs-width: 20px !default;
|
||||||
$avatar-xs-status-width: 8px !default;
|
$avatar-xs-status-width: 8px !default;
|
||||||
|
|
||||||
|
$btn-color: white !default;
|
||||||
|
|
||||||
// Cards
|
// Cards
|
||||||
|
|
||||||
$card-icon-bg: transparent !default;
|
$card-icon-bg: transparent !default;
|
||||||
@ -195,3 +197,6 @@ $switch-label-lg-width: 56px !default;
|
|||||||
$switch-label-sm-width: 40px !default;
|
$switch-label-sm-width: 40px !default;
|
||||||
|
|
||||||
$switch-handle-margin: 2px !default;
|
$switch-handle-margin: 2px !default;
|
||||||
|
|
||||||
|
$table-bg: #343b41 !important;
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
border: $btn-border-width solid transparent;
|
border: $btn-border-width solid transparent;
|
||||||
|
color: $btn-color !important;
|
||||||
@include button-size($btn-padding-y, $btn-padding-x, $font-size-base, $btn-line-height, $btn-border-radius);
|
@include button-size($btn-padding-y, $btn-padding-x, $font-size-base, $btn-line-height, $btn-border-radius);
|
||||||
@include transition($btn-transition);
|
@include transition($btn-transition);
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
|
|
||||||
.nav-item {
|
.nav-item {
|
||||||
margin-bottom: -$nav-tabs-border-width;
|
margin-bottom: -$nav-tabs-border-width;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
background-color: $table-bg; // Reset for nesting within parents with `background-color`.
|
background-color: $table-bg; // Reset for nesting within parents with `background-color`.
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user