From c6bf4e28830714dcf08c5045ceb6533424b5ee22 Mon Sep 17 00:00:00 2001 From: Zakhar Date: Thu, 21 May 2026 12:59:01 +0200 Subject: [PATCH] h2 color --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 21a3ab0..790d0a3 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ .container {max-width: 1440px;margin: 0 auto;position: relative;width:100%;} .text_secondary {color:#6D8982;} h1 {font-size: 254px;padding:0;margin:0;} - h2 {font-size: 48px;text-transform: uppercase;} + h2 {font-size: 48px;color:#0C3B2E;text-transform: uppercase;} h3 {font-size: 18px;color:#0C3B2E;font-weight: bold;padding:0;margin:0;} p.description {font-size: 18px;color:#6d8982;} a:focus {outline: none;}