From 1282a7bc268d33ce1bdeaec4fdc955dc5316d393 Mon Sep 17 00:00:00 2001 From: JohnnyB Date: Sat, 27 Apr 2024 13:07:59 +0100 Subject: [PATCH] One more opacity adjustment This Actions pipeline is failing for random issues. --- examples/server/themes/wild/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/themes/wild/index.html b/examples/server/themes/wild/index.html index e20e50006..772e716cd 100644 --- a/examples/server/themes/wild/index.html +++ b/examples/server/themes/wild/index.html @@ -35,7 +35,7 @@ border-radius: 5px; padding: 0.5em; - background-color: rgba(255,255,255,0.91); + background-color: rgba(255,255,255,0.9); } body {