css: standardize body text colors.
* Standardize on one shade of grey for all grey text. * Use very dark grey instead of black for body text.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
div#c-users {
|
||||
div#a-show {
|
||||
div.box {
|
||||
h2, h3 {
|
||||
color: var(--profile-page-header-color);
|
||||
}
|
||||
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
@@ -55,7 +51,7 @@ div#c-users {
|
||||
}
|
||||
|
||||
.active {
|
||||
color: var(--settings-page-active-tab-color);
|
||||
color: var(--text-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user