style: add accent-color

This commit is contained in:
Lucas Larroche 2022-09-11 18:57:24 +07:00
parent 097f6fa006
commit e8c4401bdb
21 changed files with 58 additions and 15 deletions

View file

@ -27,3 +27,11 @@
[data-theme="dark"] {
@include dark;
}
// Accent-color
progress,
[type="checkbox"],
[type="radio"],
[type="range"] {
accent-color: var(--primary);
}