This commit is contained in:
2026-07-20 16:31:01 +02:00
parent 1047e839f5
commit bb7bef18d9
2 changed files with 5 additions and 4 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
border-radius: 6px;
border: 1px solid transparent;
cursor: pointer;
transition: box-shadow 0.2s, opacity 0.2s;
transition:
box-shadow 0.2s,
opacity 0.2s;
&:hover {
opacity: 0.85;