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
+
Made by Galyaviev
diff --git a/gui/templates/login.html b/gui/templates/login.html index 7ad4775..9f09f23 100644 --- a/gui/templates/login.html +++ b/gui/templates/login.html @@ -142,27 +142,21 @@ .btn:hover { background: var(--accent-h); } .btn:active { transform: translateY(1px); } - .divider { - height: 1px; - background: var(--border); - margin: 28px 0 0; - } - - .footer { - text-align: center; - font-size: 12px; - color: var(--text-muted); - margin-top: 16px; - } - .made-by-login { text-align: center; font-family: 'Dancing Script', cursive; - font-size: 17px; + font-size: 20px; color: #9ca3af; - margin-top: 20px; + margin-top: 24px; letter-spacing: 0.02em; } + + .made-by-login a { + color: inherit; + text-decoration: none; + } + + .made-by-login a:hover { color: var(--accent); } @@ -203,9 +197,7 @@ -
-
-

Made by Galyaviev

+

Made by Galyaviev