Skip to content

Commit

Permalink
Merge branch 'main' into update-win10-instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbeckm authored Aug 26, 2023
2 parents 18d238f + d2c4e14 commit 7b9079f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _layouts/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
---
{{ content }}
<a href="/problem.html" class="help-button-holder">
<i class="fa fa-question fa-lg help-button"></i>
<i class="help-button" title="Hilfe bei der Installation">?</i>
</a>
17 changes: 12 additions & 5 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,24 +165,31 @@ pre.highlight {

.help-button-holder{
position: fixed;
width: 60px;
height: 60px;
width: 55px;
height: 55px;
bottom: 40px;
right: 40px;
color: #fff;
background-color: var(--pep-gray);
border-radius: 50px;
text-align: center;
text-decoration: none;
box-shadow: 2px 2px 3px #999;
transition: all ease 0.25s;
}

.help-button-holder:hover {
color: #fff;
background-color: #333;
border-color: #333;
background-color: var(--pep-yellow);
border-color: var(--pep-yellow);
text-decoration: none;
}

.help-button{
margin-top: 22px;
line-height: 55px;
font-size: 2em;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

0 comments on commit 7b9079f

Please sign in to comment.