Final touches to the facelift
This commit is contained in:
parent
379287af36
commit
a2fbf908aa
19 changed files with 194 additions and 87 deletions
|
|
@ -1,9 +1,18 @@
|
|||
import defaultTheme from "tailwindcss/defaultTheme";
|
||||
import typography from "@tailwindcss/typography";
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
darkMode: ["variant", "@media not print { .dark & }"],
|
||||
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
|
||||
content: {
|
||||
files: [
|
||||
"./src/components/**/*.astro",
|
||||
"./src/content/games/**/*.{md,mdx}",
|
||||
"./src/content/stories/**/*.{md,mdx}",
|
||||
"./src/layouts/*.astro",
|
||||
"./src/pages/**/*.{astro,ts}",
|
||||
],
|
||||
},
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue