|
@@ -199,7 +199,7 @@
|
|
|
</li>
|
|
|
<li title="game">
|
|
|
<a
|
|
|
- href="/game/index.html"
|
|
|
+ href="/game/index.html#/?lang=en-us"
|
|
|
target="_blank"
|
|
|
tabindex="0"
|
|
|
aria-description="shadow art game"
|
|
@@ -582,6 +582,10 @@ export default {
|
|
|
width: 200px;
|
|
|
height: 38px;
|
|
|
line-height: 44px;
|
|
|
+ &:focus {
|
|
|
+ border-color: #000 !important;
|
|
|
+ outline: 2px solid #000 !important;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|