udpdated colors for theme background table

This commit is contained in:
ronny abraham 2025-02-18 16:18:05 +02:00
parent 81ab286659
commit 4d3d6ea25e
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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)