Spaces:
Configuration error
Configuration error
File size: 330 Bytes
5eb0f94 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | body {
scroll-behavior: smooth;
}
.glass {
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
.code-block {
font-family: "JetBrains Mono", monospace;
}
.gradient-text {
background: linear-gradient(to right, #22d3ee, #8b5cf6);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} |