Update static/_app/index-BvUgL4Tz.css
Browse files
static/_app/index-BvUgL4Tz.css
CHANGED
|
@@ -16,4 +16,28 @@
|
|
| 16 |
|
| 17 |
--shadow-sm:0 0 10px rgba(0,229,255,.15);
|
| 18 |
--shadow:0 0 20px rgba(0,229,255,.25);
|
| 19 |
-
--shadow-lg:0 0 40px rgba(0,229,255,.35);--shadow-lg:8px 8px 0 var(--line)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
--shadow-sm:0 0 10px rgba(0,229,255,.15);
|
| 18 |
--shadow:0 0 20px rgba(0,229,255,.25);
|
| 19 |
+
--shadow-lg:0 0 40px rgba(0,229,255,.35);--shadow-lg:8px 8px 0 var(--line)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}
|
| 20 |
+
body{
|
| 21 |
+
background:
|
| 22 |
+
radial-gradient(circle at top left,
|
| 23 |
+
rgba(0,229,255,.15),
|
| 24 |
+
transparent 30%),
|
| 25 |
+
|
| 26 |
+
radial-gradient(circle at top right,
|
| 27 |
+
rgba(124,58,237,.15),
|
| 28 |
+
transparent 30%),
|
| 29 |
+
|
| 30 |
+
linear-gradient(
|
| 31 |
+
135deg,
|
| 32 |
+
#050816,
|
| 33 |
+
#0f172a,
|
| 34 |
+
#111827
|
| 35 |
+
);
|
| 36 |
+
|
| 37 |
+
color:var(--ink);
|
| 38 |
+
|
| 39 |
+
min-height:100vh;
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
#root{min-height:100vh}.font-mono{font-family:JetBrains Mono,Courier New,monospace!important}::selection{background:var(--learn);color:var(--ink)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--paper);border-left:3px solid var(--line)}::-webkit-scrollbar-thumb{background:var(--ink);border:3px solid var(--paper)}textarea,input,select{font-family:Space Grotesk,system-ui,sans-serif}@keyframes wob{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}@keyframes pop-in{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:none}}@keyframes pulse-opacity{0%,to{opacity:.5}50%{opacity:1}}@keyframes stamp{0%{opacity:0;transform:rotate(-14deg)scale(2.2)}60%{opacity:1;transform:rotate(-14deg)scale(.92)}to{transform:rotate(-14deg)scale(1)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
|