diff options
author | zlg <zlg@zlg.space> | 2025-08-28 00:04:51 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2025-08-28 00:04:51 -0700 |
commit | 135ec50a7700335332578edbe2cb8434f848d290 (patch) | |
tree | 63448c5b9afd2103fe1130cf131ca2e67dbef0f7 /timer.css | |
parent | timer.html: Fix malformed HTML (diff) | |
download | zsst-135ec50a7700335332578edbe2cb8434f848d290.tar.gz zsst-135ec50a7700335332578edbe2cb8434f848d290.tar.bz2 zsst-135ec50a7700335332578edbe2cb8434f848d290.tar.xz zsst-135ec50a7700335332578edbe2cb8434f848d290.zip |
Add 'labeled_bar' style
This style is similar to the Persona 5-inspired style, but isn't as
purpose-built.
Diffstat (limited to 'timer.css')
-rw-r--r-- | timer.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ body { line-height: 1.1; } +#prompt { + text-align: center; +} + #countdown { box-sizing: border-box; display: flex; |