anti-AI measures

This commit is contained in:
mi
2025-11-15 15:43:32 +10:00
parent 1dac042d25
commit 14415dfcd2
5 changed files with 322 additions and 1 deletions

View File

@@ -754,7 +754,8 @@ main {
gap: var(--space-sm);
}
.footer-bottom p {
.footer-bottom p,
.footer-terms {
flex-basis: 100%;
text-align: center;
}
@@ -963,6 +964,18 @@ footer {
text-decoration: underline;
}
.footer-terms {
color: var(--color-text);
text-decoration: none;
font-size: var(--font-size-md);
transition: opacity 0.2s ease;
}
.footer-terms:hover {
text-decoration: underline;
opacity: 0.8;
}
/* Compact Footer Mode */
footer.compact-footer {
border-top: none;