mirror of
https://github.com/dzeiocom/components.git
synced 2025-07-31 09:01:57 +00:00
fix: Add normal variant of colors for easyness of usage in projects
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
width 100%
|
||||
|
||||
tr:not(:last-child) td
|
||||
border-bottom 1px solid nativeRGB(var(--gray-600))
|
||||
border-bottom 1px solid var(--gray-600)
|
||||
tr th
|
||||
border-bottom 2px solid nativeRGB(var(--gray-600))
|
||||
border-bottom 2px solid var(--gray-600)
|
||||
|
||||
tr td:not(:first-child)
|
||||
tr th:not(:first-child)
|
||||
border-left 1px solid nativeRGB(var(--gray-600))
|
||||
border-left 1px solid var(--gray-600)
|
||||
|
||||
th
|
||||
font-weight bold
|
||||
|
Reference in New Issue
Block a user