Add styles for menu button in CSS to enhance visual appearance. Set text color to white, background to transparent, and remove border for a cleaner look.

This commit is contained in:
Torsten Schulz (local)
2025-12-05 11:38:14 +01:00
parent daffaacea7
commit 240316a063

View File

@@ -76,6 +76,12 @@ html, body, #app {
margin: 0.1em 0.2em; margin: 0.1em 0.2em;
} }
.menu button span {
color: #fff;
background-color: transparent;
border: none;
}
.horizontal-box { .horizontal-box {
display: flex; display: flex;
flex: 1; flex: 1;