Feat/migrate to daisy (#10)

* feat: init daisyui!

* feat: change theme and colors

* change dark theme and add colors
This commit is contained in:
Julien Calixte
2024-12-21 20:05:37 +01:00
committed by GitHub
parent c8e066e6f6
commit 9571752f26
23 changed files with 801 additions and 194 deletions

View File

@@ -61,7 +61,7 @@ $border-radius: 0.5rem;
.flip-card-inner {
flex: 1;
position: relative;
transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
transform-style: preserve-3d;
border-radius: $border-radius;
}
@@ -79,7 +79,7 @@ $border-radius: 0.5rem;
.flip-card-content {
width: 100%;
background-color: #ede4e0;
color: var(--font-color);
color: var(--fallback-bc, oklch(var(--bc) / 1));
padding: 1rem;
border-radius: $border-radius;
}