From 05ad806a8351b8b946182f7519823c773e2c2ef2 Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Wed, 30 Aug 2023 12:55:25 +0200 Subject: [PATCH] Improve help button --- css/custom.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 0911d209..c4be7b21 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,4 +1,4 @@ -/* .container { + width: auto; max-width: 80rem; padding: 0 15px; @@ -206,9 +206,17 @@ pre.highlight { #help-button.visible a:hover { color: #fff; + width: 100px; + border-radius: 50px; + overflow: hidden; background-color: var(--pep-yellow); } +#help-button.visible a:hover:after { + content: "Hilfe"; + font-weight: normal; +} + #backtotop-button { position: fixed; right: 25px;