We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ebf05 commit 057de59Copy full SHA for 057de59
css/main.css
@@ -556,6 +556,18 @@ a:hover {
556
opacity: 0.8;
557
}
558
559
+/* Dark mode link colors */
560
+[data-theme="dark"] a:link,
561
+[data-theme="dark"] a:visited {
562
+ color: #6db3ff;
563
+}
564
+
565
+[data-theme="dark"] a:focus,
566
+[data-theme="dark"] a:hover {
567
+ color: #85c2ff;
568
+ text-decoration: underline;
569
570
571
/* Navbar dark mode */
572
.navbar-light {
573
background-color: var(--navbar-bg) !important;
0 commit comments