From 6f8bc400230f1fc1b2fbd852c8c24409f386e74b Mon Sep 17 00:00:00 2001 From: KoalaDev <6156589+Shik3i@users.noreply.github.com> Date: Sun, 12 Jul 2026 06:53:21 +0200 Subject: [PATCH] style(website): swap footer-ram above copyright and apply unified small disclaimer style --- website/styles/landing-primary.css | 17 +++++++++++++++-- website/template.html | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/website/styles/landing-primary.css b/website/styles/landing-primary.css index d686ba7..49a7cc7 100644 --- a/website/styles/landing-primary.css +++ b/website/styles/landing-primary.css @@ -1277,10 +1277,23 @@ footer a:hover { } .footer-ram { - font-size: 0.8rem; - margin-top: 0.5rem; + font-size: 0.72rem; + margin-bottom: 0.8rem; + line-height: 1.5; + color: oklch(0.72 0.015 90); } +html.theme-light .footer-ram { + color: var(--text-muted); +} + +.footer-copyright { + font-size: 0.85rem; + margin-bottom: 0.8rem; + color: var(--text); +} + + .footer-disclaimer { font-size: 0.72rem; margin-top: 1.2rem; diff --git a/website/template.html b/website/template.html index 8b75735..6408e20 100644 --- a/website/template.html +++ b/website/template.html @@ -1546,8 +1546,8 @@