Changes colors for tags
Changes the colors for some categories tags in the writeups.
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
"web" "#3b82f6"
|
"web" "#3b82f6"
|
||||||
"cry" "#10b981"
|
"cry" "#10b981"
|
||||||
"mis" "#f59e0b"
|
"mis" "#f59e0b"
|
||||||
"for" "#8b5cf6"
|
"mob" "#8b5cf6"
|
||||||
"bin" "#ec4899"
|
"bin" "#ec4899"
|
||||||
"net" "#06b6d4"
|
"net" "#06b6d4"
|
||||||
"ste" "#f472b6"
|
"for" "#f472b6"
|
||||||
"mob" "#a855f7"
|
"ste" "#a855f7"
|
||||||
}}
|
}}
|
||||||
{{ $color := index $colorMap $prefix | default "#9ca3af" }} {{/* fallback: gray-400 */}}
|
{{ $color := index $colorMap $prefix | default "#9ca3af" }} {{/* fallback: gray-400 */}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user