Skip to content

Commit

Permalink
Change accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-m-2983 committed Feb 29, 2024
1 parent 900443d commit a0358c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--md-primary-fg-color: #7DC834;
--md-accent-fg-color: #6fb02e;
--md-accent-bg-color: #6fb02e;
--md-accent-fg-color: #7DC834;
--md-accent-bg-color: #7DC834;
}

0 comments on commit a0358c0

Please sign in to comment.