Skip to content

Commit a42a889

Browse files
committed
Format
1 parent 0fe9116 commit a42a889

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

src/globals.css

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
}
1818

1919
.conf-hero {
20-
background:
21-
linear-gradient(
20+
background: linear-gradient(
2221
360deg,
2322
#0e031c 10.63%,
2423
#0e031c 10.65%,
@@ -229,8 +228,7 @@ div[id^="headlessui-menu-items"] {
229228
}
230229

231230
.code-page {
232-
background:
233-
linear-gradient(
231+
background: linear-gradient(
234232
303.75deg,
235233
rgba(124, 124, 124, 0.2) 0.8%,
236234
rgba(124, 124, 124, 0) 74.17%
@@ -239,8 +237,7 @@ div[id^="headlessui-menu-items"] {
239237
}
240238

241239
.dark .code-page {
242-
background:
243-
linear-gradient(
240+
background: linear-gradient(
244241
303.75deg,
245242
rgba(124, 124, 124, 0.2) 0.8%,
246243
rgba(124, 124, 124, 0) 74.17%
@@ -249,8 +246,7 @@ div[id^="headlessui-menu-items"] {
249246
}
250247

251248
.dark .blog-page {
252-
background:
253-
linear-gradient(
249+
background: linear-gradient(
254250
250.93deg,
255251
rgba(115, 119, 125, 0.1),
256252
rgba(115, 119, 125, 0)
@@ -259,8 +255,7 @@ div[id^="headlessui-menu-items"] {
259255
}
260256

261257
.blog-page {
262-
background:
263-
linear-gradient(
258+
background: linear-gradient(
264259
231.79deg,
265260
rgba(225, 0, 152, 0.4) -23.67%,
266261
rgba(225, 0, 152, 0) 25.9%
@@ -393,17 +388,15 @@ div[id^="headlessui-menu-items"] {
393388
}
394389

395390
.index-bg {
396-
background:
397-
linear-gradient(
391+
background: linear-gradient(
398392
303.75deg,
399393
rgba(124, 124, 124, 0.2) 0.8%,
400394
rgba(124, 124, 124, 0) 74.17%
401395
),
402396
linear-gradient(0deg, #f8f8f8, #f8f8f8);
403397

404398
.dark & {
405-
background:
406-
linear-gradient(0deg, #111, #111),
399+
background: linear-gradient(0deg, #111, #111),
407400
linear-gradient(
408401
303.75deg,
409402
rgba(124, 124, 124, 0.2) 0.8%,

0 commit comments

Comments
 (0)