Spaces:
Running
Running
| @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&family=Roboto+Mono:wght@300;400;600&display=swap'); | |
| body { | |
| font-family: 'Roboto Mono', monospace; | |
| scroll-behavior: smooth; | |
| } | |
| .typewriter { | |
| border-right: 0.15em solid #6e40c9; | |
| animation: blink-caret 0.75s step-end infinite; | |
| } | |
| @keyframes blink-caret { | |
| from, to { border-color: transparent } | |
| 50% { border-color: #6e40c9; } | |
| } | |
| .glow { | |
| box-shadow: 0 0 15px rgba(110, 64, 201, 0.5); | |
| } |