Add scroll to top and others
This commit is contained in:
parent
19708a1577
commit
e668c4feb3
9 changed files with 47 additions and 10 deletions
|
|
@ -1,6 +1,8 @@
|
|||
.button {
|
||||
display: flex;
|
||||
background: var(--secondary);
|
||||
background: rgb(0 0 0 / 0.1);
|
||||
border: 2px solid var(--secondary);
|
||||
backdrop-filter: blur(20px);
|
||||
border-radius: 20px;
|
||||
padding: 20px;
|
||||
text-decoration: none;
|
||||
|
|
@ -11,5 +13,5 @@
|
|||
}
|
||||
|
||||
.button:hover {
|
||||
background: var(--secondary-hover);
|
||||
background: rgb(0 0 0 / 0.3);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue