Fix full-dark theme
This commit is contained in:
parent
3af223275f
commit
3c43f84cdb
6 changed files with 37 additions and 4 deletions
|
@ -2,8 +2,40 @@ input,
|
|||
textarea {
|
||||
background: $ui-base-color !important;
|
||||
color: $primary-text-color !important;
|
||||
|
||||
&::placeholder {
|
||||
color: lighten($dark-text-color, 36%) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.emoji-mart-category-label {
|
||||
color: $lighter-text-color !important;
|
||||
}
|
||||
|
||||
.compose-form .compose-form__warning {
|
||||
color: $ui-base-color;
|
||||
}
|
||||
|
||||
.column-content-select__control,
|
||||
.column-content-select__menu {
|
||||
background: $ui-base-color !important;
|
||||
}
|
||||
|
||||
.column-content-select__single-value {
|
||||
color: $classic-secondary-color !important;
|
||||
}
|
||||
|
||||
.modal-root__modal {
|
||||
background: lighten($classic-base-color, 12%);
|
||||
}
|
||||
|
||||
.boost-modal__action-bar,
|
||||
.confirmation-modal__action-bar,
|
||||
.mute-modal__action-bar,
|
||||
.block-modal__action-bar {
|
||||
background: lighten($classic-base-color, 2%);
|
||||
}
|
||||
|
||||
.searchability-dropdown__value-overlay {
|
||||
color: #ff9bf8 !important;
|
||||
}
|
||||
|
|
|
@ -40,7 +40,7 @@ $error-value-color: $error-red !default;
|
|||
$ui-base-color: $classic-base-color !default; // Darkest
|
||||
$ui-base-lighter-color: #969fbc !default; // Lighter darkest
|
||||
$ui-primary-color: $classic-primary-color !default; // Lighter
|
||||
$ui-secondary-color: lighten($classic-base-color, 12%) !default; // Lightest
|
||||
$ui-secondary-color: $classic-secondary-color !default; // Lightest
|
||||
$ui-highlight-color: $classic-highlight-color !default;
|
||||
$ui-button-color: $white !default;
|
||||
$ui-button-background-color: $blurple-500 !default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue