@@ -50,6 +50,19 @@ body.dark-theme .navbar .site-name
5050body .dark-theme .navbar .links
5151 background-color #0f 17 22
5252
53+ body .dark-theme .navbar a ,
54+ body .dark-theme .navbar .nav-links a ,
55+ body .dark-theme .navbar .dropdown-wrapper .dropdown-title
56+ color #c7 d2 e5
57+
58+ body .dark-theme .navbar .nav-links a :hover ,
59+ body .dark-theme .navbar .nav-links a .router-link-active ,
60+ body .dark-theme .navbar .dropdown-wrapper .dropdown-title :hover
61+ color #64 d6 a2
62+
63+ body .dark-theme .navbar .dropdown-wrapper .dropdown-title .arrow
64+ border-top-color #8e a3 bf
65+
5366body .dark-theme .navbar .theme-toggle-btn
5467 background-color #1a 24 33
5568 border-color #33 46 5f
@@ -58,6 +71,40 @@ body.dark-theme .navbar .theme-toggle-btn
5871body .dark-theme .navbar .theme-toggle-btn :hover
5972 background-color #24 31 42
6073
74+ body .dark-theme .navbar .dropdown-wrapper .nav-dropdown
75+ background-color #12 1d 2b
76+ border 1px solid #33 46 5f
77+ border-bottom-color #33 46 5f
78+ box-shadow 0 8px 20px rgba (0 , 0 , 0 , 0.35 )
79+
80+ body .dark-theme .navbar .dropdown-wrapper .nav-dropdown .dropdown-item
81+ color #d6 de eb
82+
83+ body .dark-theme .navbar .dropdown-wrapper .nav-dropdown .dropdown-item h4
84+ color #9f b0 c7
85+ border-top 1px solid #24 31 42
86+
87+ body .dark-theme .navbar .dropdown-wrapper .nav-dropdown .dropdown-item a
88+ color #d6 de eb
89+
90+ body .dark-theme .navbar .dropdown-wrapper .nav-dropdown .dropdown-item a :hover ,
91+ body .dark-theme .navbar .dropdown-wrapper .nav-dropdown .dropdown-item a .router-link-active
92+ color #64 d6 a2
93+
94+ body .dark-theme .sidebar .dropdown-wrapper .nav-dropdown
95+ background-color transparent
96+
97+ body .dark-theme .sidebar .dropdown-wrapper .nav-dropdown .dropdown-item h4
98+ color #9f b0 c7
99+ border-top 1px solid #24 31 42
100+
101+ body .dark-theme .sidebar .dropdown-wrapper .nav-dropdown .dropdown-item a
102+ color #d6 de eb
103+
104+ body .dark-theme .sidebar .dropdown-wrapper .nav-dropdown .dropdown-item a :hover ,
105+ body .dark-theme .sidebar .dropdown-wrapper .nav-dropdown .dropdown-item a .router-link-active
106+ color #64 d6 a2
107+
61108body .dark-theme .sidebar
62109 background #12 1d 2b
63110 border-right 1px solid #24 31 42
0 commit comments