mirror of
https://github.com/skoelle/mvg-departures.git
synced 2026-09-17 18:40:23 +00:00
update README.md
This commit is contained in:
+13
-13
@@ -13,16 +13,16 @@
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
||||
background: #111417;
|
||||
color: #eaeaea;
|
||||
font-size: 15px;
|
||||
font-size: 20px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 16px;
|
||||
font-size: 24px;
|
||||
margin: 4px 0 10px 4px;
|
||||
color: #9aa5b1;
|
||||
font-weight: 500;
|
||||
}
|
||||
.updated {
|
||||
font-size: 11px;
|
||||
font-size: 14px;
|
||||
color: #6b7280;
|
||||
margin-left: 4px;
|
||||
}
|
||||
@@ -34,18 +34,18 @@
|
||||
border-bottom: 1px solid #23272d;
|
||||
}
|
||||
td {
|
||||
padding: 8px 4px;
|
||||
padding: 12px 6px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.icon {
|
||||
display: inline-block;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
text-align: center;
|
||||
border-radius: 6px;
|
||||
font-weight: 700;
|
||||
font-size: 13px;
|
||||
font-size: 16px;
|
||||
color: #111417;
|
||||
}
|
||||
.icon-U { background: #005ca9; color: #fff; }
|
||||
@@ -54,21 +54,21 @@
|
||||
.icon-B { background: #55545a; color: #fff; }
|
||||
.line {
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
font-size: 18px;
|
||||
display: block;
|
||||
}
|
||||
.station {
|
||||
font-size: 11px;
|
||||
font-size: 14px;
|
||||
color: #6b7280;
|
||||
}
|
||||
.destination {
|
||||
font-size: 14px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.time {
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
font-weight: 700;
|
||||
font-size: 15px;
|
||||
font-size: 20px;
|
||||
}
|
||||
.delay {
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user