This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Paste this after your CSS, but before the media queries begin. */ | |
.spev-jpac-top h1 { | |
color: #FFF; | |
} | |
.spev-jpac-top { | |
position: relative; | |
top: 130px; | |
left: 10px; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//short version | |
@minor_color: #1d1d1d; | |
@major_color: #000; | |
#roads { | |
line-join: round; | |
line-cap: round; | |
line-width:0.5; | |
line-color:@minor_color; |