chore: redundant variable

This commit is contained in:
Cory Dransfeldt 2024-06-12 18:45:57 -07:00
parent 7bd25fcc8f
commit ad96ea829c
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -22,12 +22,12 @@ body {
::-moz-selection {
color: var(--color-lightest);
background: var(--selection-color);
background: var(--accent-color);
}
::selection {
color: var(--color-lightest);
background: var(--selection-color);
background: var(--accent-color);
}
::-webkit-scrollbar {