mirror of
https://git.kh3group.com/georgebiri/khy_website.git
synced 2026-07-02 07:13:31 +00:00
fix: style header
This commit is contained in:
parent
323c135c84
commit
6e74f1e8d5
6 changed files with 1166 additions and 29 deletions
|
|
@ -7,7 +7,12 @@ module.exports = {
|
|||
montserrat: ["Montserrat", "sans-serif"],
|
||||
playfair: ["Playfair Display", "serif"],
|
||||
},
|
||||
textShadow: {
|
||||
default: "0 2px 4px rgba(0,0,0,0.1)",
|
||||
lg: "2px 2px 4px rgba(0,0,0,0.3)",
|
||||
xl: "4px 4px 8px rgba(0,0,0,0.4)",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
plugins: [require("tailwindcss-textshadow")],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue