update colors

This commit is contained in:
ronny abraham 2024-11-29 11:03:34 +02:00
parent eb2b74fac6
commit cd39cd4149

View file

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