добавил просмотр пользователей, обновил алгоритм работы авторизации

This commit is contained in:
2024-01-12 20:33:00 +03:00
parent 7f4bdae4be
commit 09cfcdad0a
9 changed files with 135 additions and 16 deletions

View File

@@ -61,3 +61,10 @@ header * {
color: var(--brand-text);
}
.value-good {
color: var(--text-good);
}
.value-bad {
color: var(--text-bad);
}