From 54b0d9e29dc7c72f1a448db42c9533f209d119f1 Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Fri, 26 May 2023 15:00:41 -0400 Subject: [PATCH] introduce branding overrides --- 401.html | 3 ++- 403.html | 3 ++- 404.html | 1 + about.html | 1 + assets/branding-overrides.css | 13 +++++++++++++ assets/branding.css | 19 +++++++++---------- contact.html | 1 + demo.html | 3 ++- faq.html | 11 ++++++----- index.html | 5 +++-- resources.html | 1 + 11 files changed, 41 insertions(+), 20 deletions(-) create mode 100644 assets/branding-overrides.css diff --git a/401.html b/401.html index 035560b..7384e2d 100644 --- a/401.html +++ b/401.html @@ -11,6 +11,7 @@ + @@ -173,7 +174,7 @@

Other

- + \ No newline at end of file diff --git a/403.html b/403.html index 3b1124a..14375fa 100644 --- a/403.html +++ b/403.html @@ -11,6 +11,7 @@ + @@ -177,7 +178,7 @@

Other

- + \ No newline at end of file diff --git a/404.html b/404.html index ed2bedb..868fd72 100644 --- a/404.html +++ b/404.html @@ -11,6 +11,7 @@ + diff --git a/about.html b/about.html index 7decaac..64efd47 100644 --- a/about.html +++ b/about.html @@ -11,6 +11,7 @@ + diff --git a/assets/branding-overrides.css b/assets/branding-overrides.css new file mode 100644 index 0000000..1382d7f --- /dev/null +++ b/assets/branding-overrides.css @@ -0,0 +1,13 @@ +@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); + +:root { + --primary-500: #f88d2b; + --primary-600: #e37108; + + --secondary-500: #3d3935; + + --font-headline: 'Roboto', san serif; + --font-subhead: 'Roboto', san serif; + --font-bodycopy-accent: 'Roboto', san serif; + --font-bodycopy: 'Roboto', san serif; +} diff --git a/assets/branding.css b/assets/branding.css index 060d820..c1e26a3 100644 --- a/assets/branding.css +++ b/assets/branding.css @@ -1,10 +1,8 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); - :root { - --primary-500: #f88d2b; - --primary-600: #e37108; + --primary-500: #2563eb; + --primary-600: #1e40af; - --secondary-500: #3d3935; + --secondary-500: #374151; --bg-primary: white; --text-primary: black; @@ -19,10 +17,10 @@ --warning: #f1c400; --aqua: #86c8bc; - --font-headline: 'Roboto', san serif; - --font-subhead: 'Roboto', san serif; - --font-bodycopy-accent: 'Roboto', san serif; - --font-bodycopy: 'Roboto', san serif; + --font-headline: 'Arial', 'Helvetica', sans-serif; + --font-subhead: 'Arial', 'Helvetica', sans-serif; + --font-bodycopy-accent: 'Arial', 'Helvetica', sans-serif; + --font-bodycopy: 'Arial', 'Helvetica', sans-serif; } body { @@ -47,7 +45,8 @@ a, } a:hover, .btn-link:hover { - text-decoration: underline !important; + color: var(--primary-600); + text-decoration: underline; } /* Buttons */ diff --git a/contact.html b/contact.html index 2003de8..cd4fcd3 100644 --- a/contact.html +++ b/contact.html @@ -11,6 +11,7 @@ + diff --git a/demo.html b/demo.html index 5fc5bcd..7b4ff31 100644 --- a/demo.html +++ b/demo.html @@ -11,11 +11,12 @@ +