use proper css styling for the font colors

This commit is contained in:
Ferdinand Schober
2026-06-14 19:07:05 +02:00
committed by Ferdinand Schober
parent c2f6e172bb
commit d68df35409
4 changed files with 36 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
.peer-match > box > list .subtitle {
color: @success_color;
}
.peer-mismatch > box > list .subtitle {
font-weight: bold;
color: @warning_color;
}
.peer-unknown > box > list .subtitle {
color: @warning_color;
}