mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
Consistent table borders in dark-mode
This commit is contained in:
parent
49b736c3ed
commit
2e2d22b2b0
10 changed files with 18 additions and 18 deletions
|
@ -63,8 +63,8 @@
|
|||
--code-color-5: #{mix($grey-600, $grey-700)};
|
||||
|
||||
// Table
|
||||
--table-border: #{darken($grey-900, 6%)};
|
||||
--table-stripping: #{rgba($grey-500,.02)};
|
||||
--table-border: #{rgba($grey-500, .06)};
|
||||
--table-stripping: #{rgba($grey-500, .02)};
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -133,6 +133,6 @@
|
|||
--code-color-5: #{mix($grey-600, $grey-700)};
|
||||
|
||||
// Table
|
||||
--table-border: #{darken($grey-900, 6%)};
|
||||
--table-stripping: #{rgba($grey-500,.02)};
|
||||
--table-border: #{rgba($grey-500, .06)};
|
||||
--table-stripping: #{rgba($grey-500, .02)};
|
||||
}
|
||||
|
|
|
@ -63,6 +63,6 @@
|
|||
--code-color-5: #{mix($grey-300, $grey-400)};
|
||||
|
||||
// Table
|
||||
--table-border: #{rgba($grey-50, .75)};
|
||||
--table-stripping: #{rgba($grey-500,.04)};
|
||||
--table-border: #{rgba($grey-50, .75)};
|
||||
--table-stripping: #{rgba($grey-500, .04)};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue