From 17740e0b78003a118c309fb71f346f468fb8da1a Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Thu, 6 Jun 2024 20:18:32 +0200 Subject: [PATCH] add more style for buttons --- a11y.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/a11y.css b/a11y.css index d6f21e4..ab3d0d3 100644 --- a/a11y.css +++ b/a11y.css @@ -7,7 +7,7 @@ top: 0; left: 0; width: 200px; - background-color: #fff; + background-color: #fff !important; /* Hintergrund immer weiß */ padding: 10px; border: 1px solid #ddd; border-radius: 5px; @@ -15,7 +15,14 @@ } .accessibility-menu button { + color: #000 !important; /* Text immer schwarz */ + background-color: transparent; + border: none; + text-align: left; + width: 100%; + padding: 10px; margin-bottom: 10px; + cursor: pointer; } .accessibility-menu button:hover {