aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.css b/style.css
index f40bb87..b4c7f54 100644
--- a/style.css
+++ b/style.css
@@ -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));