Better accessibility

This commit is contained in:
Lucas 2019-11-28 21:51:58 +07:00
parent 2dff66136c
commit 066c0a04fd
16 changed files with 146 additions and 183 deletions

View file

@ -54,8 +54,8 @@
--code-color-2: #{desaturate($primary-500, 40%)};
// Table
--table-background: #{darken($grey-900, 4%)};
--table-border: #{darken($grey-900, 6%)};
--table-stripping: #{rgba($grey-50,.033)};
}
}
@ -116,6 +116,6 @@
--code-color-2: #{desaturate($primary-500, 40%)};
// Table
--table-background: #{darken($grey-900, 4%)};
--table-border: #{darken($grey-900, 6%)};
--table-stripping: #{rgba($grey-50,.033)};
}

View file

@ -54,6 +54,6 @@
--code-color-2: #{desaturate($primary-600, 30%)};
// Table
--table-background: #{$white};
--table-border: #{rgba($grey-50, .75)};
--table-stripping: #{rgba($grey-900,.033)};
}