feat: change button hover, change small textimage design
Some checks failed
Build / deploy-stage (push) Blocked by required conditions
Build / switch-stage (push) Blocked by required conditions
Build / build (push) Has been cancelled

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

@@ -24,6 +24,7 @@ $xl: 1200px;
--breakpoint-xl: 1200px;
--bs-primary: #233600;
--bs-primary-dark: #1C2B00;
--bs-yellow: #F5AE07;
--bs-primary-light: #4E5E32;
--bs-light-green: #F4F6EC;

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);
}
}