Skip to content

Commit 2e99d40

Browse files
author
y-yamasaki
committed
Merge branch 'develop'
2 parents e943149 + 876d10e commit 2e99d40

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

assets/css/layout.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,6 @@
140140

141141
/* 共通セクション/カード */
142142
.section {
143-
background:
144-
radial-gradient(
145-
circle at top left,
146-
rgba(79, 70, 229, 0.25),
147-
transparent 55%
148-
),
149-
radial-gradient(
150-
circle at bottom right,
151-
rgba(56, 189, 248, 0.2),
152-
transparent 55%
153-
),
154-
var(--color-panel);
155143
border-radius: var(--radius-lg);
156144
padding: 20px 22px;
157145
margin-bottom: 22px;
@@ -288,6 +276,18 @@
288276
min-height: 100vh;
289277
display: flex;
290278
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+
radial-gradient(
286+
circle at 100% 100%,
287+
rgba(79, 70, 229, 0.45),
288+
transparent 60%
289+
),
290+
#020617;
291291
}
292292

293293
.site-header {

0 commit comments

Comments
 (0)