From ddae410e9889eb3771f15b7c28f05fe44f1cad92 Mon Sep 17 00:00:00 2001 From: Neeha Kurelli <62197412+nkurelli@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:30:21 -0500 Subject: [PATCH] questions --- src/App.css | 8 ++++++++ src/components/EventDetails.js | 1 + 2 files changed, 9 insertions(+) diff --git a/src/App.css b/src/App.css index 0f06110..139b1ae 100644 --- a/src/App.css +++ b/src/App.css @@ -3,6 +3,7 @@ --background-color: #d08572; --main-color: #141d2e; --secondary-color: #87a1a6; + --ternary-color: #284a8a; --text-color: #c6d2cd; --font-1: "Rubik"; --font-2: "Archivo Narrow"; @@ -35,6 +36,13 @@ width: 100%; } +.section-paragraph { + font-family: var(--section-header-font); + color: var(--ternary-color); + font-size: 200%; + width: 100%; +} + p { font-size: 100; } diff --git a/src/components/EventDetails.js b/src/components/EventDetails.js index bb2e44d..61f3f1f 100644 --- a/src/components/EventDetails.js +++ b/src/components/EventDetails.js @@ -113,6 +113,7 @@ const EventDetails = () => {
Schedule
+
Have questions? Head over to Rashid.