From 022bc93fcaa74f2f7b2e712b0b9b8e675c6b5b71 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Tue, 18 Jun 2024 22:40:54 +0000 Subject: [PATCH] Make text in top banner white for better accessibility. Also increase font size. Also stops us from using the dark brown which was just used here. https://www.bugherd.com/t/6q82ESRTV84jrhkX1ti60Q --- app/views/_tailwind/application/_header.html.erb | 2 +- config/tailwind.config.js | 1 - maizzle/tailwind.config.js | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/_tailwind/application/_header.html.erb b/app/views/_tailwind/application/_header.html.erb index 529dfca28..034717932 100644 --- a/app/views/_tailwind/application/_header.html.erb +++ b/app/views/_tailwind/application/_header.html.erb @@ -4,7 +4,7 @@
<%# Using this (out of palette) colour for the text to pass contrast accessibility tests %> <%= link_to "https://www.oaf.org.au", class: "focus:outline-none focus:bg-sun-yellow p-1" do %> -
+
An OpenAustralia Foundation service
<% end %> diff --git a/config/tailwind.config.js b/config/tailwind.config.js index aca38dde1..b2b5af0e5 100644 --- a/config/tailwind.config.js +++ b/config/tailwind.config.js @@ -69,7 +69,6 @@ module.exports = { 'warm-grey': '#767676', 'dark-warm-grey': '#434343', 'cool-blue-gray': '#737A92', - 'dark-brown': '#3F1E1E', // This is only used for the background of the email preview I think // TODO: Use another gray 'random-gray': '#ECEBE5', diff --git a/maizzle/tailwind.config.js b/maizzle/tailwind.config.js index a2aee3d56..71e01ca71 100644 --- a/maizzle/tailwind.config.js +++ b/maizzle/tailwind.config.js @@ -31,7 +31,6 @@ module.exports = { 'warm-grey': '#767676', 'dark-warm-grey': '#434343', 'cool-blue-gray': '#737A92', - 'dark-brown': '#3F1E1E', // This is only used for the background of the email preview I think // TODO: Use another gray 'random-gray': '#ECEBE5',