From b047ea3e4e527f4abb1c5a51be55d89bbfe926a1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 27 Dec 2020 04:03:37 +0000 Subject: [PATCH] Add Register Now button Fixes #2 --- tailwind.config.js | 5 ++++- templates/includes/home/header.html.twig | 19 +++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index bf57180..ff6ae97 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -12,8 +12,11 @@ module.exports = { } }, colors: { + 'hit-pink': '#FBA786', blue: colors.lightBlue, - gray: colors.trueGray + dandelion: '#FFDC67', + gray: colors.trueGray, + white: '#ffffff' }, fontFamily: { display: ['Bebas Neue', 'Arial Narrow', 'Arial', 'sans-serif'] diff --git a/templates/includes/home/header.html.twig b/templates/includes/home/header.html.twig index 2adf9d3..4aa2d79 100644 --- a/templates/includes/home/header.html.twig +++ b/templates/includes/home/header.html.twig @@ -1,5 +1,16 @@ -
- -
- +
+
+ +
+ +
+ +