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;
+1 -1
View File
@@ -1546,8 +1546,8 @@
<footer>
<div class="container">
<p>&copy; 2026 KoalaSync. {{FOOTER_MIT}}</p>
<p class="footer-ram">{{FOOTER_RAM}}</p>
<p class="footer-copyright">&copy; 2026 KoalaSync. {{FOOTER_MIT}}</p>
<p class="footer-disclaimer">{{FOOTER_DISCLAIMER}}</p>
<div class="footer-links">
<a href="{{ASSET_PATH}}{{FOOTER_LEGAL_LINK}}"><span>{{FOOTER_LEGAL}}</span></a>