[Glitch] Add color variables of texts for better accesibility
Port 74dae9458d
and related to glitch-soc
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
background: $ui-secondary-color;
|
||||
color: $ui-base-color;
|
||||
color: $inverted-text-color;
|
||||
border-radius: 8px;
|
||||
height: 80vh;
|
||||
width: 80vw;
|
||||
@ -58,8 +58,8 @@
|
||||
}
|
||||
|
||||
.glitch.local-settings__navigation {
|
||||
background: $primary-text-color;
|
||||
color: $ui-base-color;
|
||||
background: $simple-background-color;
|
||||
color: $inverted-text-color;
|
||||
width: 200px;
|
||||
font-size: 15px;
|
||||
line-height: 20px;
|
||||
|
Reference in New Issue
Block a user