Restyle Sidebar. Make table hover shade lighter.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user