Getting Tailwind version up

This commit is contained in:
2023-05-09 13:32:19 -07:00
parent cb7cc06ebd
commit 96316bfda4
7 changed files with 405 additions and 423 deletions

View File

@@ -1,9 +1,14 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: "class",
content: ["./src/**/*.{cljs,clj}",
"./node_modules/flowbite/**/*.js"],
theme: {
extend: {
"fontFamily": {
"sans": ["Calibri", "ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"]
},
"colors": {
"green": {
"50": "#f2f8ea",