File tree Expand file tree Collapse file tree 1 file changed +69
-0
lines changed Expand file tree Collapse file tree 1 file changed +69
-0
lines changed Original file line number Diff line number Diff line change @@ -602,3 +602,72 @@ button#toggle-languages:hover {
602
602
opacity : 0.9 ;
603
603
}
604
604
605
+ /* Dark Mode Styles */
606
+ body .dark-mode {
607
+ background-color : # 121245 ;
608
+ color : # f1f1f1 ;
609
+ }
610
+
611
+ .dark-mode .navbar {
612
+ background-color : # 000 ;
613
+ }
614
+
615
+ .dark-mode .nav-links a {
616
+ color : # fff ;
617
+ }
618
+
619
+ .dark-mode .welcome-title {
620
+ color : # fff ;
621
+ }
622
+
623
+ .dark-mode .highlight {
624
+ color : # fff ;
625
+ }
626
+
627
+ .dark-mode .stat-card {
628
+ background-color : # 212148 ;
629
+ }
630
+
631
+ .dark-mode .stat-card h3 {
632
+ color : # fff ;
633
+ }
634
+
635
+ .dark-mode .stat-card p {
636
+ color : rgb (255 , 213 , 98 );
637
+ }
638
+
639
+ .dark-mode .stat-icon {
640
+ color : # fff ;
641
+ }
642
+
643
+ .dark-mode .stat-card : hover {
644
+ background-color : # 151537 ;
645
+ }
646
+
647
+ .dark-mode .stat-card : hover .stat-icon {
648
+ color : # fff ;
649
+ }
650
+
651
+
652
+ # toggle-dark-mode {
653
+ background : none;
654
+ border : none;
655
+ color : # f1f1f1 ;
656
+ cursor : pointer;
657
+ font-size : 1.2em ;
658
+ transition : color 0.3s ease;
659
+ }
660
+
661
+ .dark-mode .welcome-section a {
662
+ color : # cfd9e5 ;
663
+ }
664
+
665
+ # toggle-dark-mode i {
666
+ font-size : 1.5em ;
667
+ }
668
+
669
+ # toggle-dark-mode : hover {
670
+ color : # fff ;
671
+ }
672
+
673
+
You can’t perform that action at this time.
0 commit comments