Commit 402f931f authored by Rouven Weßling's avatar Rouven Weßling

Fix minor SCSS issues introduced in ab816e43.

parent 6d6c3e60
...@@ -50,11 +50,11 @@ html, body { ...@@ -50,11 +50,11 @@ html, body {
@mixin embossed-bg { @mixin embossed-bg {
background: background:
linear-gradient(to bottom,rgba(#000, 0.2), rgba(#000, 0) 8px), linear-gradient(to bottom, rgba(#000, 0.2), rgba(#000, 0) 8px),
linear-gradient(to top, rgba(#000, 0.2), rgba(#000, 0) 8px), linear-gradient(to top, rgba(#000, 0.2), rgba(#000, 0) 8px),
linear-gradient(to bottom, rgba($nav-embossed-border-top, 1), rgba($nav-embossed-border-top, 0) 1.5px), linear-gradient(to bottom, rgba($nav-embossed-border-top, 1), rgba($nav-embossed-border-top, 0) 1.5px),
linear-gradient(to top, rgba($nav-embossed-border-bottom, 1), rgba($nav-embossed-border-bottom, 0) 1.5px), linear-gradient(to top, rgba($nav-embossed-border-bottom, 1), rgba($nav-embossed-border-bottom, 0) 1.5px),
#262626; $nav-subitem-bg;
} }
.tocify-wrapper { .tocify-wrapper {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment