fixed buttons on landing page

This commit is contained in:
crowbar 2024-10-29 17:37:12 +01:00
parent cfd0a27c88
commit 7979855b3a
2 changed files with 27 additions and 17 deletions

View file

@ -227,8 +227,17 @@ body.menu-open {
margin-top: 5px;
font-size: 14px;
color: var(--font-fg);
cursor: pointer;
}
.icon-button:hover button,
.icon-button:hover p {
color: var(--blue);
font-weight: normal;
transform: none;
}
/* Menu Button */
.settings-icon-link-search {
position: fixed;