mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
style: add accent-color
This commit is contained in:
parent
097f6fa006
commit
e8c4401bdb
21 changed files with 58 additions and 15 deletions
|
@ -27,3 +27,11 @@
|
|||
[data-theme="dark"] {
|
||||
@include dark;
|
||||
}
|
||||
|
||||
// Accent-color
|
||||
progress,
|
||||
[type="checkbox"],
|
||||
[type="radio"],
|
||||
[type="range"] {
|
||||
accent-color: var(--primary);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue