diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-13 04:18:23 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-13 04:18:23 -0500 |
commit | 049dc24ec02f3a14377d833ebf60efc4de12d918 (patch) | |
tree | 1a771f9ed743c96ee1d272cb746847e394c1a60e /styles | |
parent | 74a8430a3334570e1dce4c112b166c80923f8402 (diff) |
Thermostat widget JS
Diffstat (limited to 'styles')
-rw-r--r-- | styles/widgets.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/widgets.css b/styles/widgets.css index 5a7728e..79ef3ff 100644 --- a/styles/widgets.css +++ b/styles/widgets.css @@ -468,7 +468,7 @@ input { display: block; height: 100px; width: 200px; - background-color: var(--arch-color); + background-color: var(--detail); transform-origin: bottom center; transform: rotate(calc((1 - var(--percent)) * -144deg - 18deg)); transition-duration: 0.5s; @@ -488,7 +488,7 @@ input { box-sizing: border-box; border: 2px solid white; - box-shadow: inset 0px 0px 0px 2px var(--arch-color); + box-shadow: inset 0px 0px 0px 2px var(--detail); transform-origin: 13px 108px; transform: rotate(calc(72deg - (1 - var(--percent)) * 144deg)); |