Add scroll to top and others

This commit is contained in:
Henry Hiles 2023-06-01 15:52:23 -04:00
commit e668c4feb3
9 changed files with 47 additions and 10 deletions

View file

@ -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);
}