modified: .gitignore
This commit is contained in:
@@ -37,6 +37,38 @@
|
||||
font-weight: 800;
|
||||
src: url("/fonts/Golos-Text_Black.woff2");
|
||||
}
|
||||
|
||||
body {
|
||||
background-image:
|
||||
radial-gradient(
|
||||
circle at top center,
|
||||
color-mix(in oklch, var(--primary) 10%, transparent) 0,
|
||||
transparent 34rem
|
||||
),
|
||||
radial-gradient(
|
||||
circle at bottom left,
|
||||
color-mix(in oklch, var(--chart-2) 12%, transparent) 0,
|
||||
transparent 26rem
|
||||
);
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
.grid-overlay {
|
||||
background-image:
|
||||
linear-gradient(
|
||||
to right,
|
||||
color-mix(in oklch, var(--color-neutral-800) 50%, transparent) 1px,
|
||||
transparent 1px
|
||||
),
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
color-mix(in oklch, var(--color-neutral-800) 45%, transparent) 1px,
|
||||
transparent 1px
|
||||
);
|
||||
background-size: 40px 40px;
|
||||
}
|
||||
}
|
||||
|
||||
@theme {
|
||||
|
||||
Reference in New Issue
Block a user