Skip to content

Commit

Permalink
fix: unable to overide font size for hours
Browse files Browse the repository at this point in the history
fix #1189
  • Loading branch information
marksie1988 committed Oct 2, 2023
1 parent 9ddbd92 commit b2c6898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ export const styles: CSSResultGroup = css`
}
.hours {
color: var(--time-color);
font-size: var(--time-size) !important;
font-size: var(--time-size);
float: left;
}
.relative-time {
color: var(--time-color);
font-size: var(--time-size) !important;
font-size: var(--time-size);
float: right;
padding-left: 5px;
}
Expand Down

0 comments on commit b2c6898

Please sign in to comment.