style(website): swap footer-ram above copyright and apply unified small disclaimer style

This commit is contained in:
KoalaDev
2026-07-12 06:53:21 +02:00
parent 6f203405f9
commit 6f8bc40023
2 changed files with 16 additions and 3 deletions
+15 -2
View File
@@ -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;