chore: redundant variable
This commit is contained in:
parent
7bd25fcc8f
commit
ad96ea829c
2 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue