Skip to content

Commit

Permalink
chore: tweak text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Jun 16, 2024
1 parent e6e96e1 commit 6b98c52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ body {
margin: 24px;
}

p {
color: var(--text-1);
}

footer {
background-color: var(--bg-1);
border-radius: 9px;
Expand Down
2 changes: 1 addition & 1 deletion sass/theme/dark.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--text-0: #f5f5f5;
--text-1: #e2e2e2;
--text-1: #d8d8d8;

--bg-0: #5f6b75;
--bg-1: #232527;
Expand Down
2 changes: 1 addition & 1 deletion sass/theme/light.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--text-0: #1a1a1a;
--text-1: #242424;
--text-1: #2a2a2a;

--bg-0: #d6d6d6;
--bg-1: #f8f8f8;
Expand Down

0 comments on commit 6b98c52

Please sign in to comment.