Fix issue with deprecated class and make accent a config var

This commit is contained in:
Alex Selimov 2026-08-12 23:22:36 -04:00
parent 2c8d89e4c3
commit b4fe04727f
6 changed files with 12 additions and 21 deletions

View file

@ -10,7 +10,7 @@
font-size: 75%;
--color-dark: #1a1a1a;
--color-light: #faf8f4;
--color-primary: #EF9F27;
--color-primary: {{ .Site.Params.accentColor }};
--size: 1rem;
--spacing: calc(var(--size) * 2.4);
}