Initial commit: Hapkido Cardedeu V2 landing page
This commit is contained in:
19
src/styles/global.css
Normal file
19
src/styles/global.css
Normal file
@@ -0,0 +1,19 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--color-negro: #1a1a1a;
|
||||
--color-rojo: #8b0000;
|
||||
--color-dorado: #d4af37;
|
||||
--color-gris-claro: #f5f5f5;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
body {
|
||||
background-color: var(--color-white);
|
||||
color: var(--color-negro);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user