Skip to content

Commit

Permalink
Update mobile.css
Browse files Browse the repository at this point in the history
  • Loading branch information
s27288-pj committed Jan 10, 2024
1 parent 606bc96 commit 68120d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -1178,21 +1178,21 @@ button {
.default-mode .forecast-daily-item p {
margin: 0px;
padding: 0px;
font-size: 13px;
font-size: 11px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: bold;
}
.light-mode .forecast-daily-item p {
margin: 0px;
padding: 0px;
font-size: 13px;
font-size: 11px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: bold;
}
.dark-mode .forecast-daily-item p {
margin: 0px;
padding: 0px;
font-size: 13px;
font-size: 11px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: bold;
}
Expand Down

0 comments on commit 68120d5

Please sign in to comment.