Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
KOSMIndoorMap
Commits
f19035dd
Commit
f19035dd
authored
Nov 21, 2022
by
Volker Krause
Browse files
Improve contrast of buildings in the Breeze light style
parent
81584fc9
Pipeline
#272130
passed with stage
in 8 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/map/assets/css/breeze-light.mapcss
View file @
f19035dd
...
...
@@ -25,7 +25,7 @@ area[man_made=bridge],
area[man_made=pier],
area[railway=loading_ramp]
{
fill-color: #80
dad9d8
;
fill-color: #80
c7c6c5
;
}
/** Roads */
...
...
@@ -77,7 +77,7 @@ area[indoor],
area[building],
area[building:part=yes][!roof:shape]
{
fill-color: #80
eff0f1
;
fill-color: #80
c7c6c5
;
}
area[indoor=area],
...
...
@@ -86,7 +86,7 @@ area[building:part=floor],
area[stairwell],
area[tunnel=yes]
{
fill-color: #
eff0f1
;
fill-color: #
dad9d8
;
}
area[stairwell] { color: #e0dfde; width: 0; }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment