mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-11 03:58:58 +00:00
style(website): swap footer-ram above copyright and apply unified small disclaimer style
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1546,8 +1546,8 @@
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 KoalaSync. {{FOOTER_MIT}}</p>
|
||||
<p class="footer-ram">{{FOOTER_RAM}}</p>
|
||||
<p class="footer-copyright">© 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>
|
||||
|
||||
Reference in New Issue
Block a user