❎ anti-AI measures
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user