mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Poprawki stylów pociągów
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user