Skip to content

Commit

Permalink
🩹 Fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
stoe committed Jul 31, 2023
1 parent 016fd7a commit 84ef74a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/simpleclock/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,11 @@ export const Date = styled('span')`
font-weight: 100;
@media (prefers-color-scheme: light) {
span {
opacity: 0.64;
}
opacity: 0.64;
}
@media (prefers-color-scheme: dark) {
span {
opacity: 0.32;
}
opacity: 0.32;
}
margin-left: 0.75em;
margin-left: 0.64em;
`

0 comments on commit 84ef74a

Please sign in to comment.