Skip to content

Commit

Permalink
updates variables.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ajzeigert committed Jan 5, 2024
1 parent 6de4b6d commit b51864f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
/* --color-base: hsl(10, 63%, 46%); */
/* --color-text: hsl(220, 30%, 20%); */
/* --color-dim: hsl(220, 30%, 40%); */
--color-link: hsl(339, 50%, 26%);
--color-link-underline: hsl(335, 32%, 26%, 0.25);
--color-link: hsl(339 50% 26%);
--color-link-underline: hsl(335 32% 26% / 0.25);
--color-link-hover: var(--andygreen);
--color-line: hsl(220 30% 90%);
/* --color-background: hsl(140, 75%, 91%); */
Expand Down Expand Up @@ -39,13 +39,13 @@
@media (prefers-color-scheme: dark) {
:root {
color-scheme: dark;
--color-base: hsl(220, 20%, 100%);
--color-text: hsl(220, 20%, 80%);
--color-dim: hsl(220, 20%, 60%);
--color-link: hsl(220, 20%, 100%);
--color-link-underline: hsl(220, 20%, 100% / 60%);
--color-base: hsl(220 20% 100%);
--color-text: hsl(220 20% 80%);
--color-dim: hsl(220 20% 60%);
--color-link: hsl(220 20% 100%);
--color-link-underline: hsl(220 20% 100% / 70%);
/* --color-link-hover: hsl(220, 20%, 70%); */
--color-line: hsl(220, 20%, 20%);
--color-line: hsl(220 20% 20%);
/* --color-background: hsl(218, 79%, 40%); */
}
}
Expand Down

0 comments on commit b51864f

Please sign in to comment.