mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 01:16:58 -06:00
Setup initial phototag page, add navbar with explicit AppWrapper component
This commit is contained in:
@@ -1,17 +1,22 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
manrope: ["\"Manrope\"", "sans-serif"],
|
||||
opensans: ["\"Open Sans\"", "sans-serif"],
|
||||
inter: ["\"Inter\"", "sans-serif"],
|
||||
mono: ["\"Roboto Mono\"", "monospace"],
|
||||
raleway: ["\"Raleway\"", "sans-serif"],
|
||||
roboto: ["\"Roboto\""],
|
||||
},
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
zinc: {
|
||||
850: "#1D1D20"
|
||||
}
|
||||
},
|
||||
fontFamily: {
|
||||
manrope: ["\"Manrope\"", "sans-serif"],
|
||||
opensans: ["\"Open Sans\"", "sans-serif"],
|
||||
inter: ["\"Inter\"", "sans-serif"],
|
||||
mono: ["\"Roboto Mono\"", "monospace"],
|
||||
raleway: ["\"Raleway\"", "sans-serif"],
|
||||
roboto: ["\"Roboto\""],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
plugins: [require('@tailwindcss/typography')],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user