ปรับ css , เมนูหน้าแรก
This commit is contained in:
parent
1c9b5877d6
commit
0aa684f2fb
2131 changed files with 365205 additions and 99 deletions
|
|
@ -2,13 +2,28 @@ const config = {
|
|||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
|
||||
theme: {
|
||||
extend: {}
|
||||
extend: {
|
||||
fontFamily: {
|
||||
noto: ['Noto Sans Thai', 'sans-serif'],
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
plugins: [require("daisyui")],
|
||||
daisyui: {
|
||||
styled: true,
|
||||
themes: ["corporate","cmyk"],
|
||||
themes: [
|
||||
{
|
||||
mytheme: {
|
||||
primary: "#02A998",
|
||||
secondary: "#EC4899",
|
||||
accent: "#37cdbe",
|
||||
neutral: "#3d4451",
|
||||
"base-100": "#ffffff",
|
||||
},
|
||||
}
|
||||
,"corporate"
|
||||
,"cmyk"],
|
||||
base: true,
|
||||
utils: true,
|
||||
logs: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue