Skip to content

Commit cadc65f

Browse files
committed
update
1 parent 34ee84e commit cadc65f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

NET网络请求/Fetch API/Navigator.sendBeacon()请求方式详解.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

1515
body {
16-
background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
16+
background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
1717
color: #333;
1818
line-height: 1.6;
1919
padding: 20px;
@@ -30,7 +30,7 @@
3030
}
3131

3232
header {
33-
background: linear-gradient(to right, #1a2a6c, #b21f1f);
33+
background: linear-gradient(to right, #4a00e0, #8e2de2);
3434
color: white;
3535
padding: 30px;
3636
text-align: center;
@@ -68,14 +68,14 @@
6868
}
6969

7070
h2 {
71-
color: #1a2a6c;
71+
color: #4a00e0;
7272
margin: 20px 0 15px;
7373
padding-bottom: 10px;
7474
border-bottom: 2px solid #eaeaea;
7575
}
7676

7777
h3 {
78-
color: #b21f1f;
78+
color: #6c63ff;
7979
margin: 15px 0 10px;
8080
}
8181

@@ -104,7 +104,7 @@
104104

105105
.btn {
106106
display: inline-block;
107-
background: linear-gradient(to right, #1a2a6c, #b21f1f);
107+
background: linear-gradient(to right, #4a00e0, #8e2de2);
108108
color: white;
109109
border: none;
110110
padding: 12px 25px;
@@ -219,7 +219,7 @@
219219
}
220220

221221
.comparison-table th {
222-
background-color: #1a2a6c;
222+
background-color: #4a00e0;
223223
color: white;
224224
}
225225

@@ -235,7 +235,7 @@
235235
}
236236

237237
.data-type {
238-
background: linear-gradient(to right, #1a2a6c, #b21f1f);
238+
background: linear-gradient(to right, #4a00e0, #8e2de2);
239239
color: white;
240240
padding: 10px 15px;
241241
border-radius: 6px;

0 commit comments

Comments
 (0)