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;