Button shadow

This commit is contained in:
Tracker-Friendly 2024-03-04 19:41:56 +00:00
parent 1c31705c56
commit 00f2bfdf4a
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ a {
display: inline-block;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: var(--shadow) 5px 5px 5px;
}
.clickbutton:hover {