feat: change button hover, change small textimage design

This commit is contained in:
2024-12-17 16:03:34 +01:00
parent 6f9ed95263
commit 911c228322
6 changed files with 15 additions and 19 deletions

View File

@@ -10,7 +10,7 @@
transition: background 0.3s;
&:hover {
background-color: var(--bs-primary-light);
background-color: var(--bs-primary-dark);
color: var(--bs-yellow);
}
}