diff --git a/styles/clock.css b/styles/clock.css index 10b54cc..77c65a8 100644 --- a/styles/clock.css +++ b/styles/clock.css @@ -21,7 +21,7 @@ box-sizing: border-box; color: var(--foreground); margin: 16px 0; - zoom: 1.5; + zoom: 1.25; } .body .clock::before { @@ -80,7 +80,7 @@ textarea { margin-top: 8px; box-sizing: border-box; height: max-content; - font-size: 32px; + font-size: 48px; max-height: 100%; padding: 8px; border: none; diff --git a/styles/style.css b/styles/style.css index 530ac79..58f28d5 100644 --- a/styles/style.css +++ b/styles/style.css @@ -195,7 +195,7 @@ sep { height: 128px; transition: bottom 0.125s; z-index: 9; - zoom: 1.5; + zoom: 1.25; } .poplight.hidden {