diff --git a/client/src/style.css b/client/src/style.css index eac3cc3..cbaac69 100644 --- a/client/src/style.css +++ b/client/src/style.css @@ -76,6 +76,12 @@ html, body, #app { margin: 0.1em 0.2em; } +.menu button span { + color: #fff; + background-color: transparent; + border: none; +} + .horizontal-box { display: flex; flex: 1;