From 6ddb79481eb13a71c76c0746bc58116da72b3417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 29 Sep 2021 00:14:48 +0200 Subject: [PATCH] theme: box shadow for toc #92 --- static/css/hugo-theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/hugo-theme.css b/static/css/hugo-theme.css index 4428bdf31e..31cf7ea506 100644 --- a/static/css/hugo-theme.css +++ b/static/css/hugo-theme.css @@ -65,6 +65,7 @@ body { } .progress { + box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.1); position:absolute; background-color: rgba(246, 246, 246, 0.97); width: auto;