Changes colors for tags

Changes the colors for some categories tags in the writeups.
This commit is contained in:
2025-06-27 14:47:25 +02:00
parent 34634f73c1
commit 6d8ee0b2af

View File

@@ -8,11 +8,11 @@
"web" "#3b82f6"
"cry" "#10b981"
"mis" "#f59e0b"
"for" "#8b5cf6"
"mob" "#8b5cf6"
"bin" "#ec4899"
"net" "#06b6d4"
"ste" "#f472b6"
"mob" "#a855f7"
"for" "#f472b6"
"ste" "#a855f7"
}}
{{ $color := index $colorMap $prefix | default "#9ca3af" }} {{/* fallback: gray-400 */}}