chore: accent color

This commit is contained in:
Cory Dransfeldt 2024-04-25 13:54:06 -04:00
parent 35109f6a7d
commit 87f9ac55c1

View file

@ -5,7 +5,7 @@ html {
font-size: var(--font-size-base); font-size: var(--font-size-base);
line-height: var(--line-height-base); line-height: var(--line-height-base);
background: var(--background-color); background: var(--background-color);
margin: 0; accent-color: var(--accent-color)
} }
::-moz-selection { ::-moz-selection {