Skip to content

Commit

Permalink
sidebar color
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Nov 2, 2023
1 parent c880fda commit a451d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ $body-bg: #010101;

$border-color: rgba($primary, .33);
$td-sidebar-tree-root-color: #ccc;
$td-sidebar-bg-color: rgba($black, 1);
$td-sidebar-bg-color: rgba($dark, .5);
$td-sidebar-color: rgba($white, .33);
$td-sidebar-border-color: $border-color;

// Righthand sidebar with intra-page table of contents
$td-sidebar-toc-bg-color: rgba($black,1);
$td-sidebar-toc-bg-color: rgba($dark,.5);

// Background colors for the sections on home page etc. It is a paint by number
// system, starting at 0, where the number is taken from the shortcode's ordinal
Expand Down

0 comments on commit a451d20

Please sign in to comment.