From 59a46ae222bb97682b263cd650e873440a153d8c Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Thu, 13 May 2021 15:50:33 +0200 Subject: [PATCH] Fix background --- skins-3.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins-3.0.json b/skins-3.0.json index 3d092af..846d1b3 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -474,7 +474,7 @@ "name": "Background-color", "description": "change background-color of the background", "css": ".backgroundContainer.withBackdrop {background-color: $;}", - "default": "#000000db" + "default": "rgba(0, 0, 0, 0.86)" }, { "type": "blurSlider",