This commit is contained in:
Lucas 2019-11-28 17:51:54 +07:00
parent 1c00483376
commit 2dff66136c
9 changed files with 48 additions and 63 deletions

View file

@ -53,10 +53,6 @@
--code-color-1: #{desaturate($red-700, 20%)};
--code-color-2: #{desaturate($primary-600, 30%)};
// Badge
--badge-background: #{$grey-500};
--badge-text: #{$white};
// Table
--table-background: #{$white};
--table-border: #{rgba($grey-50, .75)};