This commit is contained in:
2022-09-27 14:52:24 +02:00
parent 84412822ff
commit 95f7c2a4d9
3 changed files with 11 additions and 20 deletions
+6
View File
@@ -202,6 +202,12 @@ button {
border-radius: 0.25em;
padding: 0.25em 0.5em;
transition: all 100ms ease;
&:hover {
background-color: #2a2a2a;
}
}
.btn {