Skip to content
Snippets Groups Projects
Commit 65a09d21 authored by Jannes Lücht's avatar Jannes Lücht :shark:
Browse files

:tada: Initial commit

parent 9badd4ad
Branches
No related tags found
No related merge requests found
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {
colors: {
primary2: '#19578A',
background: '#326C9C',
primary: '#3193BD',
secondary: '#9DB6CC',
dark: '#052742',
accent: '#d173c4',
'accent-800': '#dc93d3',
},
fontFamily: {
comic: ['Comic']
}
},
},
plugins: [],
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment