1
0

fix: Cleanup poppins.css and file import after switching to Astro fonts

This commit is contained in:
2026-03-25 12:56:30 +01:00
parent 85e36e1d46
commit 3681576f14
2 changed files with 2 additions and 67 deletions
+2 -3
View File
@@ -1,6 +1,4 @@
<style is:global>
@import url("../styles/poppins.css");
:root {
--clr-light-400: oklch(100% 0.00011 271.152);
--clr-light-500: oklch(from var(--clr-light-400) calc(l - 0.1) c h);
@@ -95,7 +93,8 @@
border: 2px solid var(--clr-ts-red-400);
}
.char, .line {
.char,
.line {
will-change: transform, opacity;
}
</style>