Commit: Contact Honeypot

This commit is contained in:
clive
2024-11-24 09:10:59 +11:00
parent 307a5b8548
commit d487531541
4 changed files with 61 additions and 33 deletions

View File

@@ -20,6 +20,16 @@
border-color: #0473b3;
}
.incognito-field {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1;
}
@media (prefers-color-scheme: dark) {
: root {
--current-background: var(--dark-background);