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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user