Started working on new site

This commit is contained in:
mauro-balades
2024-08-29 19:12:18 +02:00
parent 7259462073
commit 47e0fe8075
7 changed files with 147 additions and 469 deletions

View File

@@ -41,6 +41,8 @@
--color-two: #fe8bbb;
--color-three: #9e7aff;
--surface: rgb(235, 235, 235);
/*
--color-one: #37ecba;
--color-two: #72afd3;
@@ -52,6 +54,8 @@
--background: 0 0% 0%;
--foreground: 0 0% 98%;
--surface: rgb(23, 23, 23);
--card: 0 0% 3.9%;
--card-foreground: 0 0% 98%;
@@ -86,5 +90,7 @@
}
body {
@apply bg-background text-foreground;
scroll-behavior: smooth;
}
}