From 59b1c41bafdcdf3901d87bc474db1b1bbedbd660 Mon Sep 17 00:00:00 2001 From: RTa <57354947+r74tech@users.noreply.github.com> Date: Sat, 13 Jan 2024 18:00:50 +0900 Subject: [PATCH] Update style0.css --- theme/prom-labs-deepsea/style0.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/theme/prom-labs-deepsea/style0.css b/theme/prom-labs-deepsea/style0.css index 2e5a6a8..80ebe49 100644 --- a/theme/prom-labs-deepsea/style0.css +++ b/theme/prom-labs-deepsea/style0.css @@ -3,11 +3,12 @@ :root { --deepsea: linear-gradient(to bottom, - b(0,0,101), - 23,0,82), - 0,0)) ; + rgb(0,0,101), + rgb(23,0,82), + rgb(0,0,0)) } + div#container-wrap { background: url(none); }