Skip to content

Commit fd20ef1

Browse files
Update night mode styles for text elements
Change text color and increase font weight in night mode.
1 parent b7b4023 commit fd20ef1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2052,7 +2052,8 @@ body.night-mode .hourly-item .h-time {
20522052
body.night-mode .detail-item span,
20532053
body.night-mode .forecast-item .f-temp,
20542054
body.night-mode .hourly-item .h-temp {
2055-
color: #f1f5f9;
2055+
color: #7407b4;
2056+
font-weight: bolder;
20562057
}
20572058

20582059
body.night-mode .logo h1,

0 commit comments

Comments
 (0)