feat: custom

This commit is contained in:
2026-05-02 16:57:21 -04:00
Verified
parent c1b821de0f
commit 49c5be6f4b
9 changed files with 154 additions and 20 deletions

View File

@@ -167,6 +167,31 @@ textarea {
color: #888;
}
.setting {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin-top: 16px;
}
#default-browser-select {
font-size: 14px;
padding: 4px 8px;
border-radius: 4px;
border: 1px solid #ddd;
background: #f5f5f5;
color: #1a1a1a;
}
@media (prefers-color-scheme: dark) {
#default-browser-select {
border-color: #3d3d3d;
background-color: #191919;
color: #fff;
}
}
.footer,
.footer a {
color: #999;