feat: add bg-amber-400 to safelist
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-08-17 17:17:40 +02:00
parent 1954e4c597
commit 670d517c06
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
content: ['./src/*.css', './layouts/**/*.html'],
safelist: ['p-4', '!text-white', '!underline', 'bg-amber-200'],
safelist: ['p-4', '!text-white', '!underline', 'bg-amber-400'],
theme: {
extend: {
colors: {