Skip to content

Commit

Permalink
adjusted contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
sharife committed Mar 20, 2024
1 parent 70d19b5 commit d24834f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions static/assets/main.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
:root{
--index-button-default: #333;
--index-on-button-default: #ffffff;
--index-button-default: #212121;
--index-on-button-default: #dedede;
--index-button-select: #d7e8f2;
--index-on-button-select: #1c1f1f;
--index-story-display: #333;
--index-story-display: #212121;
/* --index-story-display: #d7e8f2;*/
--index-under-map-filler:#333;
--index-under-map-filler:#212121;
--content-background-light: #d7e8f2;
--on-content-background-light: #084141;
--on-content-background-dark:#fbfbfb;
Expand Down Expand Up @@ -540,7 +540,7 @@ input, textarea {
padding-right: 1rem;
padding-left: 12px;
background-color: var(--index-story-display);
color: white;
color: #ededed;
/* color: #1c1f1f;*/
}

Expand Down

0 comments on commit d24834f

Please sign in to comment.