mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-06 09:51:24 +00:00
fix: Fix unreadable text in high-contrast-mode (#35032)
This commit is contained in:
parent
5ce055759f
commit
672d411c2c
|
@ -37,10 +37,6 @@
|
||||||
color: $highlight-text-color;
|
color: $highlight-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nothing-here {
|
|
||||||
color: $darker-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.report-dialog-modal__textarea::placeholder {
|
.report-dialog-modal__textarea::placeholder {
|
||||||
color: $inverted-text-color;
|
color: $inverted-text-color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,5 +21,5 @@ $ui-highlight-color: $classic-highlight-color !default;
|
||||||
$action-button-color: lighten($ui-base-color, 50%),
|
$action-button-color: lighten($ui-base-color, 50%),
|
||||||
$inverted-text-color: $black,
|
$inverted-text-color: $black,
|
||||||
$lighter-text-color: darken($ui-base-color, 6%),
|
$lighter-text-color: darken($ui-base-color, 6%),
|
||||||
$light-text-color: darken($ui-primary-color, 40%)
|
$light-text-color: $classic-primary-color
|
||||||
);
|
);
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
.nothing-here {
|
.nothing-here {
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
|
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
|
||||||
color: $light-text-color;
|
color: $darker-text-color;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user