just: Drop underline from output styline

This commit is contained in:
Adrian Duke 2026-04-16 13:27:18 +01:00 committed by Fintan Halpenny
parent 6744384acf
commit 421a43376d
1 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
hooks := "pre-commit pre-push post-checkout"
hook-script := "scripts/git-hook-template.sh"
bold_underlined := BOLD + UNDERLINE
WARN := "⚠️ " + YELLOW + bold_underlined
SUCCESS := "✅ " + GREEN + bold_underlined
ERROR := "❌ " + RED + bold_underlined
WARN := "⚠️ " + YELLOW + BOLD
SUCCESS := "✅ " + GREEN + BOLD
ERROR := "❌ " + RED + BOLD
HINT := "💡 " + BOLD
CHECK := "🔄 " + BOLD