Skip to content
Snippets Groups Projects
Commit 67fe31d1 authored by alexisben's avatar alexisben
Browse files

add configuration for toc overlay color

parent bf7e6871
No related branches found
No related tags found
No related merge requests found
......@@ -246,6 +246,7 @@ $toc-title-font-family: $meta-font-family !default
$toc-title-font-size: $meta-size !default
$toc-title-font-size-desktop: $meta-size-desktop !default
$toc-sticky-transition: 0.4s
$toc-overlay-color: $body-overlay-color !default
// Table
$table-head-font-size: $h4-size !default
......
......@@ -69,6 +69,7 @@ body
pointer-events: inherit
html.has-offcanvas-opened &
&::after
background-color: $toc-overlay-color
z-index: $zindex-header + 1
html.is-animating:not(.has-menu-opened) &
&::after
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment