Skip to content

Commit

Permalink
💄 style: reduce text/background contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Mar 11, 2023
1 parent 7fbb4d7 commit 15f2629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions sass/parts/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}

.article-title {
color: var(--text-color-high-contrast);
display: block;
font-size: 2em;
margin-bottom: 0em;
Expand Down

0 comments on commit 15f2629

Please sign in to comment.