From f812cdbfdb99f51ba98c13d673dd0da1180c8dc2 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 19 Mar 2024 11:51:51 +0100 Subject: [PATCH] fix toc --- src/wolnelektury/static/2022/styles/layout/_text.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/wolnelektury/static/2022/styles/layout/_text.scss b/src/wolnelektury/static/2022/styles/layout/_text.scss index 0a0e2a5a2..22ad16c9f 100644 --- a/src/wolnelektury/static/2022/styles/layout/_text.scss +++ b/src/wolnelektury/static/2022/styles/layout/_text.scss @@ -89,6 +89,11 @@ } + +#heretoc { + margin-top: .5em; +} + #menu .box { display: none; position: absolute; @@ -99,7 +104,7 @@ height: 300px; padding: 30px; overflow: auto; - background: #F7BA00; + background: #FFE79E; box-shadow: 0px 0px 20px rgba(1, 129, 137, 0.2); border-radius: 10px; } @@ -185,7 +190,6 @@ height: 300px; padding: 0px 30px 30px; overflow: auto; - background: #F7BA00; box-shadow: 0px 0px 20px rgba(1, 129, 137, 0.2); border-radius: 10px; -- 2.20.1