Spaces:
Configuration error
Configuration error
| 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; | |
| } |