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 {