Update main.py
Browse files
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
|
437 |
-
color: #bfdbfe;
|
438 |
}
|
439 |
-
|
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 |
}
|