Skip to content

Commit

Permalink
edit light mode bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
dereknahman committed Apr 22, 2024
1 parent e2bfd89 commit c9548dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--text-color: black;
--border-color: black;
--main-color: white;
--bullet-point-color: #ff8b71;
--bullet-point-color: black;
}

[data-theme="dark"] {
Expand All @@ -17,7 +17,7 @@
--border-color: black;
--main-color: #1b1a29;
--text-color: #62ceb1;
--bullet-point-color: #d26157;
--bullet-point-color: #62ceb1;
--hover-highlight-text: #d26157;
--link-color: #d26157;
--nav-link-text-color: black;
Expand Down

0 comments on commit c9548dc

Please sign in to comment.