Skip to content
Snippets Groups Projects
Commit d3115e53 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

feat: Fix risk legend gradient to green -> red

parent 339121e5
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ END # Layer
{% for language in languages %}
"wms_abstract.{{language.language_code}}" "
<ul style=\"list-style: none; padding: 0;\">
<li style=\"margin-bottom: 5px;\"><span style=\"display: inline-block; width: 25px; background: linear-gradient(to right, #0000FF, #FF0000);\">&nbsp;</span> {{language.risk}}</li>
<li style=\"margin-bottom: 5px;\"><span style=\"display: inline-block; width: 25px; background: linear-gradient(to right, #00FF00, #FF0000);\">&nbsp;</span> {{language.risk}}</li>
</ul>
"
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment