diff --git a/gui/static/style.css b/gui/static/style.css index f52f9c4..20085f0 100644 --- a/gui/static/style.css +++ b/gui/static/style.css @@ -105,13 +105,20 @@ body { .made-by { font-family: 'Dancing Script', cursive; - font-size: 15px; + font-size: 18px; color: #b0b8cc; text-align: center; padding: 8px 0 4px; letter-spacing: 0.02em; } +.made-by a { + color: inherit; + text-decoration: none; +} + +.made-by a:hover { color: var(--accent); } + /* ─── Layout ────────────────────────────────────────────────── */ .layout { margin-left: var(--sidebar-w); flex: 1; display: flex; flex-direction: column; } main { padding: 28px 32px; flex: 1; max-width: 1400px; width: 100%; } diff --git a/gui/templates/base.html b/gui/templates/base.html index 6cd5f83..b443cf9 100644 --- a/gui/templates/base.html +++ b/gui/templates/base.html @@ -32,7 +32,7 @@ Выйти -
Made by Galyaviev
+