mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 12:59:12 -04:00
Better accessibility
This commit is contained in:
parent
2dff66136c
commit
066c0a04fd
16 changed files with 146 additions and 183 deletions
|
@ -54,8 +54,8 @@
|
|||
--code-color-2: #{desaturate($primary-500, 40%)};
|
||||
|
||||
// Table
|
||||
--table-background: #{darken($grey-900, 4%)};
|
||||
--table-border: #{darken($grey-900, 6%)};
|
||||
--table-stripping: #{rgba($grey-50,.033)};
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -116,6 +116,6 @@
|
|||
--code-color-2: #{desaturate($primary-500, 40%)};
|
||||
|
||||
// Table
|
||||
--table-background: #{darken($grey-900, 4%)};
|
||||
--table-border: #{darken($grey-900, 6%)};
|
||||
--table-stripping: #{rgba($grey-50,.033)};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue