chore: add accent color
This commit is contained in:
parent
8609b5653d
commit
6e16b957ee
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@
|
||||||
/* svgs */
|
/* svgs */
|
||||||
--stroke-width-default: 1.4;
|
--stroke-width-default: 1.4;
|
||||||
--stroke-width-bold: 2;
|
--stroke-width-bold: 2;
|
||||||
|
|
||||||
|
/* input accent color */
|
||||||
|
accent-color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* dark theme */
|
/* dark theme */
|
||||||
|
|
Reference in a new issue