chore: accent color
This commit is contained in:
parent
35109f6a7d
commit
87f9ac55c1
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Reference in a new issue