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.