From beb1cd589bcc2ed5f9a237739c2b478f029cfd4a Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 10 Sep 2024 05:58:24 +0200 Subject: [PATCH] In browser.py, change "unfinished configuration" color. --- browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser.py b/browser.py index 59b562d..fcb8ad1 100755 --- a/browser.py +++ b/browser.py @@ -31,7 +31,7 @@ flowboxchild:hover{ outline: none; box-shadow: none; background: yellow; } flowboxchild:active { outline: none; box-shadow: none; background: red; } """ CSS = """ -.temp { background: #ffaaaa; } +.temp { background: #aaaa00; } """ -- 2.30.2