<%# 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',