diff --git a/webclient/src/App.js b/webclient/src/App.js index 6431adc..4f9cbb0 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -75,7 +75,9 @@ function App() {
- + + +
diff --git a/webclient/src/light.css b/webclient/src/light.css index f2c5ece..2d510b8 100644 --- a/webclient/src/light.css +++ b/webclient/src/light.css @@ -27,6 +27,10 @@ body { margin: auto; } +.hero a { + outline: none; +} + #ps-menu .menu .item { padding: 1.25rem 1rem !important; }