portfolio_leptos/tailwind.config.js

28 lines
657 B
JavaScript
Raw Normal View History

2023-03-08 21:22:39 +01:00
/** @type {import('tailwindcss').Config} */
2023-04-02 16:24:06 +02:00
export default {
2023-10-08 20:26:40 +02:00
content: {
files: ["*.html", "./src/**/*.rs", "./style/*.css"],
2023-10-08 20:26:40 +02:00
},
2023-04-02 16:24:06 +02:00
theme: {
extend: {
colors: {
primary: '#005db5',
dark_primary: '#a8c8ff',
on_primary: '#ffffff',
dark_on_primary: '#003062',
surface: '#fdfbff',
dark_surface: '#1a1b1e',
on_surface: '#1a1b1e',
2023-12-09 21:48:40 +01:00
dark_on_surface: '#e3e2e6',
on_warning: '#321D0B',
dark_on_warning: '#FFFFFF',
warning: '#fb923c',
dark_warning: '#874512',
}
},
2023-04-02 16:24:06 +02:00
},
plugins: [],
2023-03-08 21:22:39 +01:00
}
2023-04-02 16:24:06 +02:00
// #005eb6
// https://m3.material.io/theme-builder#/custom