|
@@ -399,8 +399,6 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
|
}
|
|
}
|
|
|
.header__btn--secondary {
|
|
.header__btn--secondary {
|
|
|
- border: 1px solid var(--accent-color);
|
|
|
|
|
- background: var(--accent-color);
|
|
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
.header__btn--secondary:hover {
|
|
.header__btn--secondary:hover {
|
|
@@ -547,7 +545,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
line-height: 20px; /* 142.857% */
|
|
line-height: 20px; /* 142.857% */
|
|
|
- color: var(--body-bg-color);
|
|
|
|
|
|
|
+ color: #fff;
|
|
|
}
|
|
}
|
|
|
@media (max-width: 768px) {
|
|
@media (max-width: 768px) {
|
|
|
.footer__text {
|
|
.footer__text {
|
|
@@ -824,7 +822,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
aspect-ratio: 1/1;
|
|
aspect-ratio: 1/1;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
background-color: var(--accent-color);
|
|
background-color: var(--accent-color);
|
|
|
- color: var(--body-bg-color);
|
|
|
|
|
|
|
+ color: #fff;
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
}
|
|
}
|
|
@@ -1039,7 +1037,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
bottom: 12px;
|
|
bottom: 12px;
|
|
|
right: 12px;
|
|
right: 12px;
|
|
|
- color: var(--text-color);
|
|
|
|
|
|
|
+ color: #fff;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|