Added default bang selector & SearXNG

This commit is contained in:
2025-07-02 23:50:22 -04:00
Unverified
parent 91a66c25de
commit 5d88ebd457
8 changed files with 5606 additions and 16 deletions

View File

@@ -182,6 +182,15 @@ textarea {
color: #fff;
}
.default-bang {
border-color: #3d3d3d;
background-color: #191919;
color: #fff;
min-width: 100px;
padding: 8px 12px;
border-radius: 4px;
}
.copy-button img {
filter: invert(1);
}