@@ -276,32 +276,32 @@ img#logo {
276
276
}
277
277
278
278
# aboutContent {
279
- margin : 100px auto;
279
+ margin : 70px auto;
280
+ margin-bottom : 50px ;
280
281
display : flex;
281
282
flex-direction : column;
282
283
justify-content : center;
283
284
align-items : center;
284
- height : 330 px ;
285
- width : 330 px ;
285
+ height : 400 px ;
286
+ width : 380 px ;
286
287
text-align : center;
287
- border : 1px solid # aaa ;
288
+ border : 1px solid # 0a84ff33 ;
288
289
border-radius : 16px ;
289
- background : linear-gradient (45deg , # f0f0f0, # e0e0e0 );
290
+ background : linear-gradient (45deg , # f0f0f0, # fafafa );
290
291
background-size : 400% 400% ;
291
- animation : gradientAnimation 10s ease infinite;
292
+ animation : gradientAnimation 15s ease-in-out infinite;
293
+ color : # 0a84ff
292
294
}
293
295
294
296
# aboutContent h2 , # aboutContent h3 {
295
- margin : 10 px 0 ;
297
+ margin : 5 px 0 ;
296
298
}
297
299
298
300
# aboutContent a {
299
301
color : # 0A84FF ;
300
302
text-decoration : none;
301
- }
302
-
303
- # aboutContent a : hover {
304
- text-decoration : underline;
303
+ font-weight : bolder;
304
+ border-bottom : 1px solid # 0A84FF55 ;
305
305
}
306
306
307
307
@keyframes gradientAnimation {
@@ -316,6 +316,7 @@ img#logo {
316
316
}
317
317
}
318
318
319
+ /* Dark Mode */
319
320
320
321
@media (prefers-color-scheme : dark) {
321
322
body {
@@ -387,20 +388,28 @@ img#logo {
387
388
button img {
388
389
filter : invert (100% );
389
390
}
390
- # aboutContent a {
391
+ # aboutContent a {
391
392
color : # 007AFF ;
392
393
}
393
394
394
395
# options-form label {
395
- display : block;
396
- margin-bottom : 8px ;
397
- color : # F2F2F7 ;
398
- font-size : 13px ;
399
- font-weight : bold;
400
- }
401
- # aboutContent {
402
- background : linear-gradient (45deg , # 2c2c2e, # 1c1c1e );
403
- border : 1px solid # 333 ;
404
- }
396
+ display : block;
397
+ margin-bottom : 8px ;
398
+ color : # F2F2F7 ;
399
+ font-size : 13px ;
400
+ font-weight : bold;
401
+ }
402
+ # aboutContent {
403
+ background : linear-gradient (45deg , # 2c2c2e, # 1c1c1e );
404
+ border : 1px solid # 007AFF55 ;
405
+ background-size : 400% 400% ;
406
+ animation : gradientAnimation 15s ease-in-out infinite;
407
+ }
408
+ # aboutContent a {
409
+ color : # 007AFF ;
410
+ text-decoration : none;
411
+ background-color : # 2c2c2e ;
412
+ border-bottom : 1px solid # 007AFF55 ;
405
413
406
- }
414
+ }
415
+ }
0 commit comments