Add help FAQ modal and i18n help content

This commit is contained in:
2026-02-06 18:25:55 +01:00
parent c0756ff2c6
commit d9288809c1
5 changed files with 220 additions and 0 deletions

View File

@@ -114,6 +114,16 @@ button .chip {
border-color: #a83a35;
}
.help-chip {
background: #dff3ff;
border-color: #b6ddff;
color: #0f3a6f;
font-weight: 700;
}
.help-chip:hover {
background: #cde8ff;
}
.nav-btn {
min-width: 64px;
font-weight: 700;