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:
2022-12-09 10:12:30 +01:00
parent d985ffc1c1
commit 5540647c04
19 changed files with 1997 additions and 1957 deletions

View File

@@ -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