mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-23 03:12:14 +00:00
Updated Table to use Light/Dark themes
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
6f1c366289
commit
d49c194654
@ -1,11 +1,17 @@
|
|||||||
|
@import '../config'
|
||||||
|
|
||||||
.table
|
.table
|
||||||
border-spacing 0
|
border-spacing 0
|
||||||
border 2px solid #EEE
|
border 2px solid $grayDark
|
||||||
|
@media (prefers-color-scheme dark)
|
||||||
|
border-color $grayLight
|
||||||
border-radius 4px
|
border-radius 4px
|
||||||
width 100%
|
width 100%
|
||||||
|
|
||||||
td
|
td
|
||||||
border-top 1px solid #EEE
|
border-top 1px solid $grayDark
|
||||||
|
@media (prefers-color-scheme dark)
|
||||||
|
border-color $grayLight
|
||||||
|
|
||||||
th
|
th
|
||||||
td
|
td
|
||||||
|
Loading…
x
Reference in New Issue
Block a user