This commit is contained in:
Andras Schmelczer 2026-05-09 10:25:27 +01:00
parent dd9f00b105
commit 584b053a23
7 changed files with 36 additions and 43 deletions

View file

@ -1,6 +1,6 @@
@config "../tailwind.config.js";
@import "tailwindcss";
@import 'tailwindcss';
html,
body,
@ -66,7 +66,7 @@ h3 {
}
.home-content-surface {
--home-hex-pattern: url("/home-hex-pattern.svg");
--home-hex-pattern: url('/home-hex-pattern.svg');
--home-pointer-active: 0;
--home-pointer-x: 50%;
--home-pointer-y: 50%;
@ -124,7 +124,7 @@ h3 {
}
.dark .home-content-surface {
--home-hex-pattern: url("/home-hex-pattern-dark.svg");
--home-hex-pattern: url('/home-hex-pattern-dark.svg');
background: linear-gradient(180deg, #121827 0%, #0a0e1a 42%, #10211f 100%);
}