From 4ae2338942189f8ec6e5765f15c6e98df5d6a3a3 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 21 Oct 2021 17:50:28 -0500 Subject: [PATCH] - Lighten table hover background color. --- scss/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/_variables.scss b/scss/_variables.scss index 10bc3cd..35a4713 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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;