We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1ab64 commit 2a2cf4dCopy full SHA for 2a2cf4d
1 file changed
src/styles/global.css
@@ -399,6 +399,17 @@ code {
399
.page-surface {
400
background-attachment: scroll;
401
}
402
+
403
+ :root {
404
+ --theme-gradient-page:
405
+ radial-gradient(
406
+ 120% 80% at 110% 20%,
407
+ var(--theme-glow-strong) 0%,
408
+ var(--theme-glow-soft) 45%,
409
+ transparent 70%
410
+ ),
411
+ linear-gradient(180deg, var(--theme-bg-base) 0%, var(--theme-bg-base) 100%);
412
+ }
413
414
415
/* Mermaid diagram styling - reserve space to prevent layout shift */
0 commit comments