From 36bdd624ead390682b9916f3f4c9bede6272424f Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 11 Dec 2021 16:23:21 -0600 Subject: [PATCH] fix --- files/templates/tailwind-class-list.html | 4 +++- tailwind.config.js | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/files/templates/tailwind-class-list.html b/files/templates/tailwind-class-list.html index 6ad2a23793..2d2e19e40c 100644 --- a/files/templates/tailwind-class-list.html +++ b/files/templates/tailwind-class-list.html @@ -1 +1,3 @@ -
\ No newline at end of file +
+ +
\ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 52e8980ebd..ec4faa8d6e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -34,6 +34,8 @@ module.exports = { 'blue': '#0369a1', 'lightblue': '#0ea5e9', 'gold': '#facc15' + 'silver': '#94a3b8', + 'lightgreen': '#84cc16' }, fontFamily: { 'sans-serif': ['Helvetica Neue', '-apple-system', 'BlinkMacSystemFont', 'Tahoma', 'Segoe UI', 'Helvetica', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'],