Tags Removed
{activeItem.report.removedCount}
diff --git a/src/styles.css b/src/styles.css
index 52be40e..ca393c3 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -23,5 +23,18 @@ body,
body {
min-height: 100vh;
- background: radial-gradient(circle at top, #0f172a 0%, #020617 45%, #01040f 100%);
+ overflow-x: hidden;
+ background:
+ radial-gradient(circle at 10% 0%, rgba(6, 182, 212, 0.14) 0%, rgba(6, 182, 212, 0) 42%),
+ radial-gradient(circle at 90% 10%, rgba(16, 185, 129, 0.12) 0%, rgba(16, 185, 129, 0) 38%),
+ linear-gradient(180deg, #030712 0%, #020617 50%, #01040f 100%);
+}
+
+button:focus-visible,
+a:focus-visible,
+input:focus-visible,
+textarea:focus-visible,
+select:focus-visible {
+ outline: 2px solid rgba(34, 211, 238, 0.95);
+ outline-offset: 2px;
}