- Lighten table hover background color.

This commit is contained in:
Leo
2021-10-21 17:50:28 -05:00
parent c312925069
commit 4ae2338942

View File

@@ -72,6 +72,9 @@ $h5-font-size: $font-size-base * 1.1 !default;
$h6-font-size: $font-size-base !default;
$headings-font-weight: bold; // Make headings bold
// Tables
$table-hover-bg-factor: .03 !default;
// Code
$code-font-size: 100%;
$code-color: $primary;