[Glitch] Fix color contrast in report modal
Port c692f69dba
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2934/head
parent
126ce9a232
commit
32567a6d8d
|
@ -1641,7 +1641,7 @@ body > [data-popper-placement] {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
||||||
.detailed-status__display-name {
|
.detailed-status__display-name {
|
||||||
color: lighten($inverted-text-color, 16%);
|
color: $dark-text-color;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
Loading…
Reference in New Issue