Skip to content

Commit

Permalink
Smaller font for hours
Browse files Browse the repository at this point in the history
  • Loading branch information
strange-v committed Dec 18, 2024
1 parent 5c678ed commit 6112277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/power-outage-schedule-card.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export function getScheduleGraph(queue: string, day: string, periods: Record<num
stroke:${colors.yellow_past};
}
.hour {
font-weight:600;
font-size:5px;
font-weight:normal;
font-size:4px;
font-family:"Segoe UI";
text-align:center;
text-anchor:middle;
Expand Down

0 comments on commit 6112277

Please sign in to comment.