mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 04:49:13 -04:00
Small fixes
- Lighter <mark> - Better <hgroup> - Edit hover for [type="range"] - button.outline border-width dynamization - Fix font-family for headings
This commit is contained in:
parent
2c9d79f361
commit
c89db4ec2d
15 changed files with 113 additions and 47 deletions
|
@ -49,13 +49,13 @@
|
|||
--input-inverse: var(--primary-inverse);
|
||||
|
||||
// Button
|
||||
--button-shadow: 0 0 0 0 rgba(0, 0, 0, 0);;
|
||||
--button-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
|
||||
--button-hover-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
|
||||
|
||||
// Utilities states
|
||||
--valid: #{$green-600};
|
||||
--invalid: #{$red-700};
|
||||
--mark: #{rgba($amber-200, .5)};
|
||||
--mark: #{rgba($amber-200, .33)};
|
||||
--mark-text: #{$grey-800};
|
||||
--muted-text: #{mix($grey-400, $grey-500)};
|
||||
--muted-background: #{$grey-50};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue