aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpapush2021-04-30 14:08:29 +0200
committerpapush2021-04-30 14:08:29 +0200
commit2c0233e20556586394edb9b897478c4d3e56f4a5 (patch)
treedf3977eb24e67030c36026eca66c4c7f099cb847
parent4098ec4967a462d841aea48f0028476cc95eb869 (diff)
fix prefs ui when using a dark system theme
-rw-r--r--chrome/css/redirector.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/css/redirector.css b/chrome/css/redirector.css
index 47b2028..f655e77 100644
--- a/chrome/css/redirector.css
+++ b/chrome/css/redirector.css
@@ -37,7 +37,7 @@ li:first-child { border-top:none;}
}
h2 { text-align:center; margin-top:0px; }
-button { border:solid 1px grey; border-radius:4px; background:-moz-linear-gradient(top, #ccc, #fff); cursor:pointer;}
+button { color: black; border:solid 1px grey; border-radius:4px; background:-moz-linear-gradient(top, #ccc, #fff); cursor:pointer;}
h5 { text-align:center; margin:0px; padding-left:130px; }
.pattern, .redirectTo { color:blue; font-style:italic;}
.exampleUrl, .redirectResult { color:blue; }