diff --git a/app/static/style.css b/app/static/style.css index 17bec55..7eee88d 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -108,9 +108,11 @@ button { .header-left { display: flex; align-items: center; } .header-right { display: flex; align-items: center; gap: 0.75rem; } .header-username { - color: rgba(255,255,255,0.55); - font-size: 0.8rem; - letter-spacing: 0.03em; + color: #ffffff; + font-size: 1rem; + font-weight: 300; + letter-spacing: 0.08em; + font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; } .header-btn { display: inline-flex; diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 7693441..ea7c2bf 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -32,9 +32,10 @@
-
-
+
{{ user.username }} +
+
{% if user.is_admin %} Администрирование {% endif %}