Добавление цвета бренда Фидем в стили и исправление опечатки в описании услуги

This commit is contained in:
adlevin
2025-09-30 14:45:52 +03:00
parent f9254b4e2e
commit d2e6789b04
2 changed files with 8 additions and 4 deletions

View File

@@ -15,6 +15,10 @@
--primary-color: #20C997;
--primary-dark: #1A9B7A;
--primary-light: #6DD5B8;
/* Цвет бренда Фидем (из логотипа) */
--brand-color: #218F36;
--secondary-color: #ffffff;
--text-dark: #2c3e50;
--text-light: #7f8c8d;
@@ -162,14 +166,14 @@ a:hover {
.brand-text {
font-size: 2.2rem;
font-weight: 700;
color: #218F36;
color: var(--brand-color);
line-height: 1;
}
.brand-subtitle {
font-size: 0.9rem;
font-weight: 400;
color: var(--text-light);
color: var(--brand-color);
margin-top: 2px;
line-height: 1;
}
@@ -188,7 +192,7 @@ a:hover {
.partner-text {
font-size: 0.75rem;
font-weight: 400;
color: var(--text-light);
color: var(--brand-color);
text-transform: lowercase;
}

View File

@@ -54,7 +54,7 @@ const servicesData = {
icon: "fas fa-microscope",
description: "Диагностика и лечение кожных заболеваний",
procedures: [
"Консультативный прием врача-дерматовенеролога",
"Консультативный прием врача-дерматологаа",
"Выписка рецепта",
"Механическое удаление одного элемента контагиозного моллюска",
"Обследование лампой \"Вуда\"",