Skip to content

Commit

Permalink
adjust colors
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Aug 15, 2023
1 parent f5edb88 commit ef30c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:root {
--md-primary-fg-color: #ff624a;
--md-primary-fg-color--light: #e5a886;
--md-primary-fg-color--dark: #904903;
--md-primary-fg-color--light: #d39674;
--md-primary-fg-color--dark: #b25d09;

--md-accent-fg-color: #ff015d;
--md-accent-fg-color: #ce3720;
}

.container {
Expand Down

0 comments on commit ef30c5f

Please sign in to comment.