From fab99db9970e38ff0e076002d23a24af1e5647d1 Mon Sep 17 00:00:00 2001 From: JohnnyB Date: Thu, 25 Apr 2024 19:54:21 +0100 Subject: [PATCH] Increase opacity. Check actions cancelled for some other priority job and I can't seem to manually re-run them, so MOAR OPACITY --- 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 b9cd1385b..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.85); + background-color: rgba(255,255,255,0.9); } body {