Skip to content

Commit

Permalink
change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobFerdinand committed Apr 5, 2024
1 parent b38db1c commit 8efa92f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
--md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);

/* Accent color shades */
--md-accent-fg-color: #e6382c;
--md-accent-fg-color: hsla(0, 0%, 100%, 0);
--md-accent-fg-color--transparent: hsla(189, 100%, 37%, 0.1);
--md-accent-bg-color: hsla(0, 0%, 100%, 1);
--md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);
--md-accent-bg-color: #e6382c;
--md-accent-bg-color--light: #e6382c;
}

:root > * {
Expand All @@ -18,10 +18,10 @@
--md-code-fg-color: hsla(200, 18%, 26%, 1);

/* Footer */
--md-footer-bg-color: #e6382c;
--md-footer-bg-color: hsla(0, 0%, 100%, 0);
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
--md-footer-fg-color: hsla(0, 0%, 100%, 1);
--md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);
--md-footer-fg-color: #e6382c;
--md-footer-fg-color--light:hsla(0, 0%, 100%, 0.7);
--md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.3);

/* Accent color shades */
Expand Down Expand Up @@ -56,4 +56,8 @@

figcaption {
font-size: .6rem;
}

.md-ellipsis {
font-size: 0.7rem;
}

0 comments on commit 8efa92f

Please sign in to comment.