Skip to content

Commit 4aced6b

Browse files
committed
docs: refine dbdiff landing page backdrop
1 parent 1e33f8d commit 4aced6b

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

docs/styles.css

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
:root {
2-
--bg: #eef4fb;
3-
--panel: rgba(255, 255, 255, 0.82);
4-
--panel-strong: rgba(255, 255, 255, 0.96);
2+
--bg: #e8f0fa;
3+
--panel: rgba(250, 252, 255, 0.84);
4+
--panel-strong: rgba(252, 254, 255, 0.97);
55
--ink: #132033;
66
--muted: #58697f;
77
--line: rgba(19, 32, 51, 0.1);
88
--accent: #376dff;
99
--accent-2: #15b89a;
10+
--accent-3: #8e5cff;
1011
--shadow: 0 24px 80px rgba(18, 39, 84, 0.14);
1112
}
1213

@@ -16,12 +17,25 @@ body {
1617
margin: 0;
1718
color: var(--ink);
1819
background:
19-
radial-gradient(circle at top left, rgba(55, 109, 255, 0.14), transparent 18%),
20-
radial-gradient(circle at bottom right, rgba(21, 184, 154, 0.14), transparent 18%),
21-
linear-gradient(180deg, #eef4fb 0%, #e8f0fa 100%);
20+
radial-gradient(circle at top left, rgba(55, 109, 255, 0.16), transparent 20%),
21+
radial-gradient(circle at 82% 18%, rgba(142, 92, 255, 0.12), transparent 16%),
22+
radial-gradient(circle at bottom right, rgba(21, 184, 154, 0.16), transparent 20%),
23+
linear-gradient(180deg, #edf4fc 0%, #dfe9f7 100%);
2224
font-family: "Syne", system-ui, sans-serif;
2325
}
2426

27+
body::before {
28+
position: fixed;
29+
inset: 0;
30+
z-index: -1;
31+
background-image:
32+
linear-gradient(rgba(19, 32, 51, 0.025) 1px, transparent 1px),
33+
linear-gradient(90deg, rgba(19, 32, 51, 0.025) 1px, transparent 1px);
34+
background-size: 54px 54px;
35+
content: "";
36+
pointer-events: none;
37+
}
38+
2539
a { color: inherit; text-decoration: none; }
2640
pre, code { font-family: "Source Code Pro", ui-monospace, monospace; }
2741

0 commit comments

Comments
 (0)