Skip to content

Commit f044ad9

Browse files
committed
Fixes in Modal
1 parent cde1d5f commit f044ad9

File tree

2 files changed

+30
-16
lines changed

2 files changed

+30
-16
lines changed

styles/modal.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,19 @@
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+
}

styles/styles.css

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)