diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-06-29 18:44:58 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-06-29 18:44:58 +0200 |
commit | d875d02eeb8bdfe8038445fff4b3212b57485c9a (patch) | |
tree | 79e86f675a288cc60ab9732a3a46ef8eeb8ef5c7 /lib/static | |
parent | 7277ab93adcad0cd7ecc9a230dff82d1b82d1bcc (diff) |
Replace commit short hash with timestamp.
Diffstat (limited to 'lib/static')
-rw-r--r-- | lib/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/static/styles.css b/lib/static/styles.css index 4035a3d..8bf104f 100644 --- a/lib/static/styles.css +++ b/lib/static/styles.css @@ -77,7 +77,7 @@ h1 { padding: 0.5em 0; } -.commit-hash { +.timestamp { font-family: monospace; } |