Poprawki stylów pociągów

This commit is contained in:
2022-05-15 01:48:22 +02:00
parent a0fe859c47
commit 5ecaaaa253
2 changed files with 8 additions and 8 deletions
@@ -1,5 +1,5 @@
<template>
<div class="train-info simple">
<div class="train-info simple" tabindex="0">
<section>
<span>
<div>
@@ -147,11 +147,11 @@ export default defineComponent({
grid-template-rows: 1fr;
padding: 1em;
background-color: #202020;
gap: 0.5em;
&:hover {
background: #424242;
&:hover, &:focus {
background: #292929;
}
}