Skip to content

Commit

Permalink
font changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Feb 13, 2020
1 parent e6b1143 commit 84756d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $mono-typeface: Menlo, Monaco, monospace;
$text-width: 650px;

html[data-theme="dark"] {
--bold-color: rgb(240, 240, 240);
--bold-color: rgb(188, 188, 188);
--box-background-color: hsl(0, 0%, 20%);
--highlight-color: hsl(0, 0%, 60%);
--light-border-color: hsl(0, 0%, 30%);
Expand Down Expand Up @@ -51,7 +51,7 @@ html[data-theme="light"] {
/* Dark Mode */
html,
html[data-theme="dark"] {
--bold-color: rgb(255, 255, 255);
--bold-color: rgb(188, 188, 188);
--box-background-color: hsl(0, 0%, 20%);
--highlight-color: hsl(0, 0%, 60%);
--light-border-color: hsl(0, 0%, 30%);
Expand Down

0 comments on commit 84756d0

Please sign in to comment.