add more style for buttons

This commit is contained in:
Thies Mueller 2024-06-06 20:18:32 +02:00
parent 09c48fdf9f
commit 17740e0b78

View File

@ -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 {