colored toast and other minor tweaks

This commit is contained in:
spencerwooo
2021-08-29 22:31:42 +01:00
parent a3644b50e5
commit a488d3324e
8 changed files with 50 additions and 20 deletions
+6 -1
View File
@@ -4,7 +4,7 @@ const colors = require('tailwindcss/colors')
module.exports = {
mode: 'jit',
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
darkMode: 'media', // or 'media' or 'class'
darkMode: 'media',
theme: {
colors: {
transparent: 'transparent',
@@ -23,6 +23,11 @@ module.exports = {
extend: {
fontFamily: {
sans: ['Inter', '"Noto Sans SC"', ...defaultTheme.fontFamily.sans]
},
colors: {
gray: {
850: '#2E2E34'
}
}
}
},