💄 style: reduce text/background contrast
This commit is contained in:
parent
7fbb4d7acd
commit
15f26293b5
@ -58,7 +58,7 @@
|
||||
--primary-color: #087E96;
|
||||
--divider-color: #d7d7d7;
|
||||
--text-color: #222226;
|
||||
--text-color-high-contrast: #151516;
|
||||
--text-color-high-contrast: #313333;
|
||||
--quote-color: #355f62;
|
||||
--border-color: #727272;
|
||||
--meta-color: #5b5b65;
|
||||
@ -72,11 +72,11 @@
|
||||
--hover-color: black;
|
||||
--primary-color: #91e0ee;
|
||||
--divider-color: #4a4a4a;
|
||||
--text-color: #eae9e9;
|
||||
--text-color-high-contrast: #f8f8f8;
|
||||
--text-color: #D4D4D4;
|
||||
--text-color-high-contrast: #eceeef;
|
||||
--quote-color: #a9c5c7;
|
||||
--border-color: black;
|
||||
--meta-color: #BBBBBB;
|
||||
--meta-color: #B0B0B0;
|
||||
--table-header-color: #b7e4e4;
|
||||
|
||||
.invertible-image {
|
||||
|
@ -7,6 +7,7 @@
|
||||
}
|
||||
|
||||
.article-title {
|
||||
color: var(--text-color-high-contrast);
|
||||
display: block;
|
||||
font-size: 2em;
|
||||
margin-bottom: 0em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user