Restyle Sidebar. Make table hover shade lighter.

This commit is contained in:
Leo
2024-09-11 13:43:05 -05:00
parent 57e993b536
commit e74c42372f
3 changed files with 24 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
// Color system
$gray-100: hsl(210, 20%, 98%) !default;
$gray-200: hsl(210, 20%, 93%) !default;
$gray-200: hsl(210, 20%, 95%) !default;
$gray-300: hsl(210, 20%, 89%) !default;
$gray-400: hsl(210, 20%, 81%) !default;
$gray-500: hsl(210, 20%, 71%) !default;
@@ -73,7 +73,7 @@ $headings-font-weight: bold !default; // Make headings bold
$lead-font-weight: normal;
// Tables
$table-hover-bg-factor: .03 !default;
$table-hover-bg-factor: .02 !default;
// Buttons + Forms