adding track names

This commit is contained in:
2018-10-09 20:33:12 +02:00
parent b3eb748a90
commit 3b7a92d44a
6 changed files with 33 additions and 29 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -24,6 +24,19 @@
color: #666;
@extend .flicker;
}
.track_tooltip {
p {
margin: 0;
&.name {
font-weight: bold;
}
&.description {
font-style: italic;
}
}
}
#legend {
background: white;