diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 78c75e5..e403441 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -17,9 +17,12 @@
- - - + +
+ + + +
@@ -77,4 +80,12 @@ export default { -moz-border-radius: 3px; border-radius: 3px; } + + a, a:hover, a:focus, a:active{ + cursor: pointer; + } + + .lang-switcher{ + float: right; + }