mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
Typo
This commit is contained in:
parent
5fb5af3eb0
commit
252119f9f5
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
--primary-focus: #{rgba($primary-600, .25)};
|
--primary-focus: #{rgba($primary-600, .25)};
|
||||||
--primary-inverse: #{$white};
|
--primary-inverse: #{$white};
|
||||||
|
|
||||||
// // Secondary Call-to-Action, links and kbd
|
// Secondary Call-to-Action, links and kbd
|
||||||
--secondary: #{$grey-600};
|
--secondary: #{$grey-600};
|
||||||
--secondary-border: var(--secondary);
|
--secondary-border: var(--secondary);
|
||||||
--secondary-hover: #{$grey-500};
|
--secondary-hover: #{$grey-500};
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
--primary-focus: #{rgba($primary-600, .25)};
|
--primary-focus: #{rgba($primary-600, .25)};
|
||||||
--primary-inverse: #{$white};
|
--primary-inverse: #{$white};
|
||||||
|
|
||||||
// // Secondary Call-to-Action, links and kbd
|
// Secondary Call-to-Action, links and kbd
|
||||||
--secondary: #{$grey-600};
|
--secondary: #{$grey-600};
|
||||||
--secondary-border: var(--secondary);
|
--secondary-border: var(--secondary);
|
||||||
--secondary-hover: #{$grey-500};
|
--secondary-hover: #{$grey-500};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue