update colors
This commit is contained in:
parent
eb2b74fac6
commit
cd39cd4149
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ ul, ol
|
||||||
|
|
||||||
// Blockquotes
|
// Blockquotes
|
||||||
blockquote
|
blockquote
|
||||||
border-left: 4px solid $secondary-color
|
border-color: $secondary-color
|
||||||
color: color.adjust($text-color, $lightness: 10%)
|
color: color.adjust($text-color, $lightness: 10%)
|
||||||
font-family: $secondary-font
|
font-family: $secondary-font
|
||||||
|
|
||||||
|
|
@ -43,7 +43,7 @@ table
|
||||||
color: $text-color
|
color: $text-color
|
||||||
|
|
||||||
th, td
|
th, td
|
||||||
border: 1px solid $table-border-color
|
border-color: $table-border-color
|
||||||
|
|
||||||
th
|
th
|
||||||
background-color: $table-header-bg
|
background-color: $table-header-bg
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue