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:
@@ -25,10 +25,12 @@ kbd.key {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* used for "(deleted)" messages */
|
||||
span.inactive {
|
||||
color: var(--inactive-color);
|
||||
color: var(--muted-text-color);
|
||||
}
|
||||
|
||||
/* used for "page N" links in /forum_topics and /pools */
|
||||
td a.last-page {
|
||||
color: var(--last-page-link-color);
|
||||
color: var(--muted-text-color);
|
||||
}
|
||||
|
||||
@@ -25,7 +25,6 @@ table.striped {
|
||||
th {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
color: var(--table-header-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user