Skip to content

Commit ce0a2bd

Browse files
Enhanced the navbar menu visibility in the dark mode (#61)
1 parent e477d94 commit ce0a2bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,10 @@ body.dark-mode .navbar {
559559
background-color: rgba(24, 24, 24, 0.9);
560560
}
561561

562+
body.dark-mode .fa-bars{
563+
color: white;
564+
}
565+
562566
/* Dark mode toggle button Css */
563567

564568
#dark-mode-toggle {
@@ -648,6 +652,11 @@ body.dark-mode .event-date,
648652
border-bottom: 1px solid #eee;
649653
margin-left: 0;
650654
}
655+
656+
body.dark-mode .nav-links a {
657+
color: #2a2a2a;
658+
}
659+
651660
}
652661

653662
@media (max-width: 768px) {

0 commit comments

Comments
 (0)