FIX: better buttons

Better button stuff, better image naming and scaling
This commit is contained in:
webfussel 2025-01-29 10:23:08 +01:00
parent cbe1f89ec6
commit 266301aa58
6 changed files with 18 additions and 8 deletions

View file

@ -5,7 +5,7 @@
color: var(--color-black);
cursor: pointer;
padding: 1rem 1.5rem;
outline: 3px solid var(--color-black);
outline: 3px solid transparent;
box-shadow: 0 0 0 0 var(--color-orange);
border-radius: 99999px;
text-align: center;
@ -14,6 +14,7 @@
justify-content: center;
&:hover {
outline-color: var(--color-black);
box-shadow: 0 0 0 6px var(--color-orange);
}