From 0564a21112c77b7d06216147e1be6585d0de2f11 Mon Sep 17 00:00:00 2001 From: ng <�> Date: Sun, 25 Sep 2022 14:04:18 +0200 Subject: fix: 🐛 Fix contrast with buttons dying on dark theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + Allow a data-force-light-theme tag on the html element to disable light theme --- talermerchantdemos/static/blog.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'talermerchantdemos/static/blog.css') diff --git a/talermerchantdemos/static/blog.css b/talermerchantdemos/static/blog.css index 63959fe..a406f31 100644 --- a/talermerchantdemos/static/blog.css +++ b/talermerchantdemos/static/blog.css @@ -45,8 +45,9 @@ /* Always On-Top */ z-index: 500000; /* Background */ - background: #1a1a1a33; - backdrop-filter: blur(8px) brightness(0.7); + color: #ffffff; + background: #1a1a1a66; + backdrop-filter: blur(8px) brightness(0.5); /* Cursor */ cursor: text; /* Interactions */ -- cgit v1.2.3