From 1183da8c88af891920e7e18ec32c416968d50687 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Thu, 16 May 2024 10:15:29 +0100 Subject: [PATCH] Rebranding of colours --- yard/static/background.svg | 34 ++++++++++++++++++++++------------ yard/static/style.css | 9 +++++---- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/yard/static/background.svg b/yard/static/background.svg index 88fc337..9c177d3 100644 --- a/yard/static/background.svg +++ b/yard/static/background.svg @@ -1,15 +1,25 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/yard/static/style.css b/yard/static/style.css index f44bf93..aba78bb 100644 --- a/yard/static/style.css +++ b/yard/static/style.css @@ -11,11 +11,12 @@ h1 { } :root { - --primary-color: #58D0BB; - --secondary-color: #FFAB40; - --tertiary-color: #EEFF41; + --primary-color: GhostWhite; + --secondary-color: LightCoral; + --tertiary-color: #58D0BB; --body-color: #F8F8F8; --background-color: #0B1B28; + --highlight-color: LemonChiffon; } html { @@ -164,7 +165,7 @@ a { } p > a{ - color: var(--primary-color); + color: var(--highlight-color); text-decoration: none; }