1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Minor theme improvements

This commit is contained in:
checktheroads
2021-07-21 15:33:07 -07:00
parent 19eafef41e
commit ae4f4b052e
11 changed files with 56 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ $theme-colors: map-merge($theme-colors, $theme-color-addons);
$gradient: linear-gradient(180deg, rgba($white, 0.15), rgba($white, 0));
// Body
$body-bg: #1b1f22;
$body-bg: $darker;
$body-color: $white;
$body-text-align: null;
$border-color: $gray-700;
@@ -273,4 +273,4 @@ $kbd-bg: $gray-300;
$pre-color: null;
// Tabbed content
$tab-content-bg: $gray-900;
$tab-content-bg: $darkest;