Skip to content

Commit

Permalink
Improve help button
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Aug 30, 2023
1 parent 6d19154 commit 05ad806
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* .container {

width: auto;
max-width: 80rem;
padding: 0 15px;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 05ad806

Please sign in to comment.