mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
style: add accent-color
This commit is contained in:
parent
097f6fa006
commit
e8c4401bdb
21 changed files with 58 additions and 15 deletions
|
@ -516,6 +516,13 @@ kbd {
|
|||
color-scheme: dark;
|
||||
}
|
||||
|
||||
progress,
|
||||
[type=checkbox],
|
||||
[type=radio],
|
||||
[type=range] {
|
||||
accent-color: var(--primary);
|
||||
}
|
||||
|
||||
/**
|
||||
* Document
|
||||
* Content-box & Responsive typography
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue