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

@ -516,4 +516,11 @@ kbd {
color-scheme: dark;
}
progress,
[type=checkbox],
[type=radio],
[type=range] {
accent-color: var(--primary);
}
/*# sourceMappingURL=default.css.map */