Skip to content

Commit

Permalink
Restore default style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatekii committed Nov 15, 2024
1 parent dbd5b69 commit 15aaf5b
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion config/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@ background {
background-color: white;
}

layer[name=water] {
background-color: rgba(14, 181, 223, 1.0);
border-width: 1px;
border-color: rgba(0, 0, 0, 0.952);
}

layer[name=park] {
background-color: rgba(14, 124, 82, 0.5);
}

layer[name=building] {
background-color: rgba(151, 46, 28, 1.0);
}

layer[name=landcover] {
background-color: rgba(11, 85, 11, 0.527);
}

layer[name=landuse] {
background-color: rgba(209, 196, 14, 0.438);
}

layer[name=transportation] {
background-color: rgba(21, 124, 102, 0.959);
line-width: 2px;
}

layer[name=transportation][zoom=13] {
line-width: 2w;
}
Expand All @@ -21,5 +48,5 @@ layer[name=aeroway] {

layer[name=boundary] {
background-color: rgb(223, 45, 14);
line-width: 60px;
line-width: 2px;
}

0 comments on commit 15aaf5b

Please sign in to comment.