From cc34bc851bad7dc397ca65ad7eed3923da306b7e Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 2 May 2024 22:55:13 +0200 Subject: [PATCH] playground - give the gaugemeter cangrow style 8) --- playground/html/material-gauge-gh-pages/material-gauge.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/html/material-gauge-gh-pages/material-gauge.css b/playground/html/material-gauge-gh-pages/material-gauge.css index c9f1001..2445815 100644 --- a/playground/html/material-gauge-gh-pages/material-gauge.css +++ b/playground/html/material-gauge-gh-pages/material-gauge.css @@ -47,7 +47,7 @@ .gauge__background { z-index: 0; position: absolute; - background-color: #C5CAE9; + background-color: #cae0d0; top: 0; border-radius: 300px 300px 0 0; } @@ -55,7 +55,7 @@ .gauge__data { z-index: 1; position: absolute; - background-color: #3F51B5; + background-color: #04AA6D; margin-left: auto; margin-right: auto; border-radius: 300px 300px 0 0;