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 @@