feat: improve url cleaner modal ui (light mode) and enable rule editing

This commit is contained in:
2026-02-27 09:16:37 +00:00
parent 06b2815dd9
commit 74c0251535
3 changed files with 40 additions and 3 deletions

View File

@@ -42,6 +42,7 @@
--title-gradient: linear-gradient(45deg, #00f2fe, #4facfe);
--ripple-color: rgba(255, 255, 255, 0.3);
--nav-item-weight: 400;
--list-hover-bg: rgba(255, 255, 255, 0.05);
color: var(--text-color);
background-color: #242424; /* Fallback */
@@ -84,6 +85,7 @@
--button-active-shadow: 0 0 18px rgba(14, 165, 233, 0.25);
--title-gradient: linear-gradient(45deg, #0ea5e9, #6366f1);
--ripple-color: rgba(0, 0, 0, 0.1);
--list-hover-bg: rgba(0, 0, 0, 0.05);
}
body {