Compare commits

...

2 Commits

@ -91,7 +91,7 @@
(prov-terse . ,(assq-ref plist 'prov-code))
(last-7 . ,(sum-first-n 7 (assq-ref plist 'reports)))
(last-14 . ,(sum-first-n 14 (assq-ref plist 'reports)))
(expiry . ,($expiry-timestamp))))))
(expires . ,$expiry-timestamp)))))
(set-symbol-property! hr-sym 'json-string json)))
hr-syms))

@ -143,6 +143,7 @@ h5 {
padding-bottom:0.4em;
font-weight:bold;
font-family:var(--header-stack);
text-wrap:nowrap;
}
h1 {
font-size:calc(var(--head-size-base) + calc(4 * var(--head-size-step)));

Loading…
Cancel
Save