Skip to content

Commit

Permalink
remove color mod
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig committed Mar 15, 2023
1 parent e949881 commit f9c5734
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/components/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ body {
min-height: 100vh;
margin: 0;
padding: 0;
color: color-mod(var(--color-base) l(+20%));
color: #464646;
color: color-mix(in srgb, var(--color-base) 80%, white);
font-family: var(--font-sans-serif);
font-size: 1.5rem;
line-height: 1.6em;
Expand All @@ -30,6 +31,7 @@ body {
-moz-osx-font-smoothing: grayscale;
}


p,
ul,
ol,
Expand Down

0 comments on commit f9c5734

Please sign in to comment.