diff --git a/website/static/style.css b/website/static/style.css
index c31b687..c95edbb 100644
--- a/website/static/style.css
+++ b/website/static/style.css
@@ -407,16 +407,14 @@ a:hover { color: var(--accent-hover); text-decoration: underline; }
background: var(--bg-input);
display: flex;
align-items: center;
- justify-content: space-between;
+ justify-content: flex-end;
+ gap: 0.5rem;
}
-.footer a { color: var(--text-muted); text-decoration: none; }
-.footer a:hover { color: var(--accent); }
+.footer a { color: var(--accent); text-decoration: none; }
+.footer a:hover { color: var(--accent-hover); text-decoration: underline; }
-.footer-links {
- display: flex;
- gap: 1rem;
-}
+.footer-sep { color: var(--border-strong); }
/* === Responsive === */
@media (max-width: 900px) {
diff --git a/website/templates/base.html b/website/templates/base.html
index f8eb9e3..3f5a3d0 100644
--- a/website/templates/base.html
+++ b/website/templates/base.html
@@ -38,20 +38,20 @@
{% block content %}{% endblock %}