update
This commit is contained in:
parent
d6243a4b2f
commit
81ab286659
2 changed files with 4 additions and 6 deletions
|
|
@ -45,9 +45,7 @@ blockquote
|
||||||
// Tables
|
// Tables
|
||||||
table
|
table
|
||||||
color: $table-color
|
color: $table-color
|
||||||
|
border: 1px solid $table-border-color
|
||||||
th, td
|
|
||||||
border-color: $table-border-color
|
|
||||||
|
|
||||||
th
|
th
|
||||||
background-color: $table-header-bg
|
background-color: $table-header-bg
|
||||||
|
|
@ -56,7 +54,7 @@ th
|
||||||
|
|
||||||
|
|
||||||
tr:nth-child(even)
|
tr:nth-child(even)
|
||||||
background-color: color.adjust($background-color, $lightness: 5%)
|
background-color: color.adjust($table-header-bg, $lightness: 15%)
|
||||||
|
|
||||||
/* Code Block Styles */
|
/* Code Block Styles */
|
||||||
pre, code
|
pre, code
|
||||||
|
|
|
||||||
|
|
@ -41,8 +41,8 @@ $toc-anchor-hover-color: color.adjust($secondary-color, $lightness: -10%)
|
||||||
// Tables
|
// Tables
|
||||||
$table-color: $text-color
|
$table-color: $text-color
|
||||||
$table-header-color: $text-color
|
$table-header-color: $text-color
|
||||||
$table-header-bg: #ede0d1 // Light warm tan for table headers
|
$table-header-bg: #cabfa5 // Light warm tan for table headers
|
||||||
$table-border-color: #cabfa5 // Soft brown-gray for borders
|
$table-border-color: #ede0d1 // Soft brown-gray for borders
|
||||||
|
|
||||||
$default-header-sizes: ()
|
$default-header-sizes: ()
|
||||||
$default-header-sizes: map.set($default-header-sizes, h1, 2.5em)
|
$default-header-sizes: map.set($default-header-sizes, h1, 2.5em)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue