From edcec9d7b0a1664a7b2de1de417f9a7b496e42cb Mon Sep 17 00:00:00 2001 From: Ray C Date: Sat, 11 May 2024 22:22:27 +0800 Subject: [PATCH] Add color style --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index a53e1a1..9dba5aa 100644 --- a/src/style.css +++ b/src/style.css @@ -71,6 +71,10 @@ input[type='range']::-moz-range-thumb { background-color: olivedrab; } +.cyan { + background-color: lightseagreen; +} + .blue { background-color: steelblue; }