updated chromia-sepia to et rid of a deprecated command that set lightness to no change
This commit is contained in:
parent
094a1277b6
commit
d6243a4b2f
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ $text-color: color.adjust($primary-color, $lightness: 50%) // Softer w
|
|||
$background-color: color.adjust($primary-color, $lightness: -5%) // Slightly darker neutral for overall background
|
||||
|
||||
$code-text-color: color.adjust($primary-color, $lightness: 70%) // Brightened for readability
|
||||
$code-background-color: color.adjust($primary-color, $lightness: 0%) // Slightly darker for contrast
|
||||
$code-background-color: $primary-color
|
||||
$code-border-color: color.adjust($primary-color, $lightness: 20%)
|
||||
|
||||
$note-color: $secondary-color
|
||||
|
|
@ -39,7 +39,7 @@ $toc-anchor-hover-color: color.adjust($secondary-color, $lightness: -30%) // Sli
|
|||
// Tables
|
||||
$table-color: $text-color
|
||||
$table-header-color: $tertiary-color
|
||||
$table-header-bg: color.adjust($secondary-color, $lightness: 0)
|
||||
$table-header-bg: $secondary-color
|
||||
$table-border-color: color.adjust($primary-color, $lightness: 10%) // Darkened navy-gray for borders
|
||||
|
||||
$default-header-sizes: ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue