Skip to content

Commit

Permalink
Merge pull request #96 from KristjanESPERANTO/develop
Browse files Browse the repository at this point in the history
Version 1.5.2
  • Loading branch information
KristjanESPERANTO committed Aug 28, 2022
2 parents c546962 + 6528e52 commit d22d488
Show file tree
Hide file tree
Showing 4 changed files with 364 additions and 221 deletions.
22 changes: 20 additions & 2 deletions css/duesseldorf-lines.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
/* Override default background-color for all busses */
.bus {
.str701,
.str706 {
background-color: red;
color: white;
opacity: 0.4;
}

.bus835,
.bus836,
.bus723,
.bus827,
.bus893,
.bus77350 {
background-color: #f8c623;
color: white;
opacity: 0.4;
}

.bus835,
.bus836 {
opacity: 1;
}
7 changes: 7 additions & 0 deletions css/hamburg-lines.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.bus {
background-color: #ed0020;
border-radius: 0;
color: white;
width: 3em;
clip-path: polygon(0% 50%, 20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%);
}

0 comments on commit d22d488

Please sign in to comment.