Skip to content

Commit

Permalink
adding just a bit more contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Jan 19, 2024
1 parent 174b97c commit fa272e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/daily-forecast.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Day = ({ data }) => {
margin: 10px;
border-radius: var(--radius);
line-height: 1.4;
background: rgba(255, 255, 255, 0.03);
background: rgba(255, 255, 255, 0.05);
}
$:first-of-type {
Expand Down

0 comments on commit fa272e3

Please sign in to comment.