1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-07-15 01:25:10 +02:00

UI: Add option to enable tag colors based on tag name hash

An experimental option to add tag colors (see #127). This will generate a random color for each unique tag
This commit is contained in:
Ralph Slooten
2023-06-14 22:18:51 +12:00
parent ff9a6ff491
commit fc89655b7f
5 changed files with 74 additions and 20 deletions

View File

@ -5,3 +5,4 @@ $font-family-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetic
$link-decoration: none;
$primary: #2c3e50;
$list-group-disabled-color: #adb5bd;
$enable-negative-margins: true;