fixed buttons on landing page
This commit is contained in:
parent
cfd0a27c88
commit
7979855b3a
2 changed files with 27 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue