File tree Expand file tree Collapse file tree 2 files changed +30
-16
lines changed Expand file tree Collapse file tree 2 files changed +30
-16
lines changed Original file line number Diff line number Diff line change 8181 color : # 000 ;
8282 margin-left : 10px ;
8383 }
84-
84+
85+ body .dark-mode .modal-content p {
86+ color : rgb (181 , 181 , 181 );
87+ }
88+
89+ body .dark-mode .modal-content h2 {
90+ color : white;
91+ }
92+
93+ body .dark-mode .add-profile-button : hover {
94+ background-color : # 5f5f5f ;
95+ }
96+
97+ body .dark-mode .close-button {
98+ color : # ffffff ;
99+ }
Original file line number Diff line number Diff line change @@ -1393,18 +1393,17 @@ a {
13931393}
13941394
13951395# progressBarContainer {
1396- position : fixed;
1397- top : 0 ;
1398- left : 0 ;
1399- width : 100% ;
1400- height : 7px ;
1401- background-color : # 333 ;
1402- z-index : 9999 ;
1403- }
1404-
1405- # progressBar {
1406- height : 100% ;
1407- width : 0% ;
1408- background : white;
1409- transition : width 0.2s ease;
1410- }
1396+ position : fixed;
1397+ top : 0 ;
1398+ left : 0 ;
1399+ width : 100% ;
1400+ height : 7px ;
1401+ background-color : # 333 ;
1402+ z-index : 9999 ;
1403+ }
1404+ # progressBar {
1405+ height : 100% ;
1406+ width : 0% ;
1407+ background : white;
1408+ transition : width 0.2s ease;
1409+ }
You can’t perform that action at this time.
0 commit comments