From 0fa9f02b86e5279d241b4227788a47cf9dc9399c Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Tue, 9 Jun 2020 01:40:08 +0100 Subject: [PATCH] Updating TOC scss --- src/scss/toc.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/scss/toc.scss b/src/scss/toc.scss index 423fd4d..1ee7b75 100644 --- a/src/scss/toc.scss +++ b/src/scss/toc.scss @@ -1,7 +1,8 @@ div.toc-sidebar { position: fixed; right: 0; - background-color: rgb(245,245,245); + // 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); height: 100%; margin-top: -500%; padding-top: 500%; @@ -9,13 +10,8 @@ div.toc-sidebar { margin-right: 5%; font-size: 0.9em; - & ul { - // margin-left: -40px; - } - & li { list-style: none; - // margin-left: -38px; padding-bottom: 10px; } } @@ -27,3 +23,8 @@ div.toc-sidebar { margin-left: -15px; } } + +div.toc-contents a { + // color: $text-muted + color: $gray-700 +}