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

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

View File

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