This commit is contained in:
Roman Pyrih
2026-01-30 09:10:29 +01:00
parent dc24af37e2
commit b5087a6913
3 changed files with 8 additions and 11 deletions

View File

@@ -272,14 +272,11 @@ body.no-scroll {
text-decoration: none;
display: inline-block;
padding: 14px 25px;
border: 1px solid #209252;
border: 1px solid #4b6255;
border-radius: 8px;
background: #209252;
background: #4b6255;
transition: all 250ms ease-in-out;
}
.btn-4:hover {
background: rgb(29, 132, 74);
}
header#masthead {
position: relative;

File diff suppressed because one or more lines are too long

View File

@@ -124,14 +124,14 @@ body {
text-decoration: none;
display: inline-block;
padding: 14px 25px;
border: 1px solid #209252;
border: 1px solid #4b6255;
border-radius: 8px;
background: #209252;
background: #4b6255;
transition: all 250ms ease-in-out;
&:hover {
background: rgb(29, 132, 74);
}
// &:hover {
// background: rgb(29, 132, 74);
// }
}
@mixin box-title($color) {