udpdated colors for theme background table
This commit is contained in:
parent
81ab286659
commit
4d3d6ea25e
2 changed files with 3 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ th
|
|||
|
||||
|
||||
tr:nth-child(even)
|
||||
background-color: color.adjust($table-header-bg, $lightness: 15%)
|
||||
background-color: color.adjust($table-header-bg, $lightness: 10%)
|
||||
|
||||
/* Code Block Styles */
|
||||
pre, code
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@ $table-color: $text-color
|
|||
$table-header-color: $text-color
|
||||
$table-header-bg: #cabfa5 // Light warm tan for table headers
|
||||
$table-border-color: #ede0d1 // Soft brown-gray for borders
|
||||
$table-header-bg: #e6d1a1
|
||||
|
||||
|
||||
$default-header-sizes: ()
|
||||
$default-header-sizes: map.set($default-header-sizes, h1, 2.5em)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue