diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -522,6 +522,8 @@ body.inprogress { --bs-border-opacity: .75; border-width: var(--measure-value-border-width); border-style: solid; + border-color: rgb(from var(--bs-secondary) r g b / .75); + border-radius: var(--bs-border-radius-lg); background: rgb(from var(--bs-secondary-bg-subtle) r g b / calc(alpha*.30)); height: calc(var(--bs-body-line-height) * var(--bs-body-font-size) * var(--measure-value-font-size) + 2*var(--measure-value-padding) + 2*var(--measure-value-border-width)); |