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:
evazion
2019-09-17 00:28:41 -05:00
parent 9c96557be8
commit 7461372e07
8 changed files with 30 additions and 40 deletions

View File

@@ -64,7 +64,7 @@ div#c-forum-topics {
}
span.locked-topic {
color: var(--forum-locked-topic-color);
color: var(--muted-text-color);
}
span.level-topic {
@@ -81,7 +81,7 @@ div#c-forum-topics {
tr[data-topic-is-deleted="true"] .forum-post-topic-title::after,
tr[data-is-deleted="true"] .forum-post-excerpt::after {
content: " (deleted)";
color: var(--forum-deleted-topic-color);
color: var(--muted-text-color);
}
}

View File

@@ -395,10 +395,6 @@ div#c-posts {
max-height: 20em;
overflow-y: auto;
}
.disabled {
color: var(--post-artist-commentary-disabled-color);
}
}
}
@@ -425,7 +421,7 @@ div#c-posts, div#c-uploads {
border-radius: 4px;
margin: 1em 0;
padding: 1em;
border: 1px solid var(--fetch-source-data-border-color);
border: var(--fetch-source-data-border);
&:not(.loading) #source-info-loading { display: none; }
&.loading #source-info-content { display: none; }

View File

@@ -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);
}
}