File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 object-fit : contain;
1818 background-color : transparent !important ;
1919 padding : 2px 0 ;
20+ filter : none;
21+ transition : filter 0.3s ease;
2022}
2123
2224.site-logo-link {
159161 color : # eee ;
160162}
161163
164+ .dark-mode .site-logo {
165+ filter : brightness (1.6 ) saturate (1.15 );
166+ }
167+
162168.dark-mode .header-nav a {
163169 color : # ccc ;
164170}
Original file line number Diff line number Diff line change 248248 height : auto;
249249 display : block;
250250 margin : 0 auto 0.5rem ;
251+ transition : filter 0.3s ease;
251252}
252253.login-password-wrapper {
253254 position : relative;
578579.signup-logo {
579580 max-width : 120px ;
580581 height : auto;
582+ transition : filter 0.3s ease;
583+ }
584+
585+ .dark-mode .login-logo ,
586+ .dark-mode .signup-logo {
587+ filter : brightness (1.6 ) saturate (1.15 );
581588}
You can’t perform that action at this time.
0 commit comments