Starchik1 commited on
Commit
dbee6ba
·
verified ·
1 Parent(s): 1ceb2c0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -10
main.py CHANGED
@@ -386,8 +386,6 @@ def proxy(path):
386
  }
387
 
388
  [data-theme="dark"] a:hover {
389
- text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
390
- color: #dbeafe;
391
  text-decoration: underline;
392
  }
393
  .breadcrumb a:hover {
@@ -433,15 +431,9 @@ def proxy(path):
433
  }
434
 
435
  [data-theme="dark"] a {
436
- text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
437
- color: #bfdbfe;
438
  }
439
- [data-theme="dark"] a:hover {
440
- text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
441
- color: #dbeafe;
442
- text-decoration: underline;
443
- }
444
- .breadcrumb a:hover {
445
  background: var(--primary-gradient);
446
  color: white;
447
  }
 
386
  }
387
 
388
  [data-theme="dark"] a:hover {
 
 
389
  text-decoration: underline;
390
  }
391
  .breadcrumb a:hover {
 
431
  }
432
 
433
  [data-theme="dark"] a {
434
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
 
435
  }
436
+ li a:hover {
 
 
 
 
 
437
  background: var(--primary-gradient);
438
  color: white;
439
  }