From e50d712a709cfad7e4a071d383059b20d458b948 Mon Sep 17 00:00:00 2001 From: stargen Date: Thu, 26 Sep 2024 09:28:51 -0500 Subject: [PATCH] =?UTF-8?q?=E2=98=86=20css=20continuity=20=E2=98=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 8ce4ac4..f79e670 100644 --- a/style.css +++ b/style.css @@ -15,14 +15,23 @@ h1 { } p { + font-size: 14px; + font-weight: normal; + margin-top: 5px; color: #FFE5B4; text-align: center; } b { + font-size: 14px; + font-weight: normal; + margin-top: 5px; color: #FFE5B4; text-align: center; } a { + font-size: 14px; + font-weight: normal; + margin-top: 5px; color: #FFE5B4; text-align: center; }