From 8b00bc319a0e9853c5fe8bc2760579a689dd1eb3 Mon Sep 17 00:00:00 2001 From: Andrew Condon Date: Mon, 14 Jun 2021 08:57:48 +0200 Subject: [PATCH] fix breaking typo in tailwind.config --- css/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/tailwind.config.js b/css/tailwind.config.js index 53efda46..69434823 100644 --- a/css/tailwind.config.js +++ b/css/tailwind.config.js @@ -6,7 +6,7 @@ module.exports = { colors: { 'black-10': '#00091A', 'black-20': '#242A33', - 'black-modal-a90': 'rgba(0,9,26,0.9);', + 'black-modal-a90': 'rgba(0,9,26,0.9)', 'grey-50': '#5C6573', 'grey-50-a20': 'rgba(102,113,128,0.2)', 'grey-50-a30': 'rgba(102,113,128,0.3)',