Extract CSS out of HTML
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-02-09 11:49:05 +01:00
commit 93fe6fe8e1
2 changed files with 17 additions and 2 deletions

View file

@ -56,6 +56,21 @@ nav.navbar.scrolled {
background-color: yellow;
}
#voxppl {
display: none;
}
#voxppl a {
position: fixed;
bottom: 5vh;
right: 5vw;
border-radius: 5px;
background-color: #9332bbee;
}
#voxppl a:hover {
text-decoration: none;
background-color: #9332bb;
}
footer {
border-top: 3px solid #9332bb;
}