diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-01 22:40:10 +0300 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-01 22:40:10 +0300 |
| commit | 1382d73d53af08db06b4bd88f1f466cffa9572eb (patch) | |
| tree | a8465d94d2885ddc97f396d72ccbb2a47f7020ea /static | |
| parent | 8176078105d3ce0331cf5deb3ff2e564d5221d05 (diff) | |
| download | omnisearch-1382d73d53af08db06b4bd88f1f466cffa9572eb.tar.gz | |
feat: configure search engines in user settings p2
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index f60c566..360fe06 100644 --- a/static/main.css +++ b/static/main.css @@ -815,6 +815,13 @@ header .logo-link:hover { border-color:var(--accent); } +.settings-checkbox { + width:18px; + height:18px; + accent-color:var(--accent); + cursor:pointer; +} + .settings-actions { display:flex; gap:12px; |
