FEAT: Added Malung info.

This commit is contained in:
MajorDroolz
2023-01-06 03:57:38 -05:00
parent 1452840240
commit 662bc0a2ed
9 changed files with 19 additions and 27 deletions

View File

@@ -18,7 +18,7 @@
{% assign data = tech[1] %}
.chip.{{id}} {
background-color: {{data.back}};
background: {{data.back}};
color: {{data.fore}};
}
{% endfor %}