diff options
Diffstat (limited to 'severity.tmpl')
-rw-r--r-- | severity.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/severity.tmpl b/severity.tmpl new file mode 100644 index 0000000..d8a7230 --- /dev/null +++ b/severity.tmpl @@ -0,0 +1,7 @@ +.severity-block { color: red; font-weight: bold; } +.severity-crash { color: deeppink; font-weight: bold; } +.severity-major { color: crimson; } +.severity-minor { color: sienna; } +.severity-text { color: black; } +.severity-trivial { color: grey; } +.severity-tweak { color: steelblue; } |