We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e943149 + 876d10e commit 2e99d40Copy full SHA for 2e99d40
1 file changed
assets/css/layout.css
@@ -140,18 +140,6 @@
140
141
/* 共通セクション/カード */
142
.section {
143
- background:
144
- radial-gradient(
145
- circle at top left,
146
- rgba(79, 70, 229, 0.25),
147
- transparent 55%
148
- ),
149
150
- circle at bottom right,
151
- rgba(56, 189, 248, 0.2),
152
153
154
- var(--color-panel);
155
border-radius: var(--radius-lg);
156
padding: 20px 22px;
157
margin-bottom: 22px;
@@ -288,6 +276,18 @@
288
276
min-height: 100vh;
289
277
display: flex;
290
278
flex-direction: column;
279
+ background:
280
+ radial-gradient(
281
+ circle at 0% 0%,
282
+ rgba(56, 189, 248, 0.3),
283
+ transparent 55%
284
+ ),
285
286
+ circle at 100% 100%,
287
+ rgba(79, 70, 229, 0.45),
+ transparent 60%
+ #020617;
291
}
292
293
.site-header {
0 commit comments