From b6ebe66d34472fc76ece02cccd9e5d73cd24c5e7 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Wed, 10 Jun 2020 01:58:29 +0100 Subject: [PATCH] Updating TOC --- src/scss/toc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/toc.scss b/src/scss/toc.scss index 1ee7b75..8ff5ed5 100644 --- a/src/scss/toc.scss +++ b/src/scss/toc.scss @@ -2,7 +2,7 @@ div.toc-sidebar { position: fixed; right: 0; // background-color: rgb(245,245,245); - background: repeating-linear-gradient(135deg, rgba(128, 50, 50, 0.05), rgba(160, 60, 60, 0.05) 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px); + background: repeating-linear-gradient(135deg, rgba(128, 50, 50, 0.025), rgba(160, 60, 60, 0.025) 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px); height: 100%; margin-top: -500%; padding-top: 500%;