feat: change button hover, change small textimage design
This commit is contained in:
parent
6f9ed95263
commit
911c228322
6 changed files with 15 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue