Skip to content

Commit 057de59

Browse files
committed
w
1 parent 66ebf05 commit 057de59

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

css/main.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,18 @@ a:hover {
556556
opacity: 0.8;
557557
}
558558

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+
559571
/* Navbar dark mode */
560572
.navbar-light {
561573
background-color: var(--navbar-bg) !important;

0 commit comments

Comments
 (0)