From 2f4984849620d3d54d336d5dbb4e0df707e96a48 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Tue, 10 Feb 2026 00:09:06 +0100 Subject: [PATCH] Move Experimental -> Advanced --- static/index.html | 4 ++-- static/style.css | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/index.html b/static/index.html index b921301..f5593d0 100644 --- a/static/index.html +++ b/static/index.html @@ -21,8 +21,8 @@ -
- Experimental +
+ Advanced
diff --git a/static/style.css b/static/style.css index c0cab93..40867a6 100644 --- a/static/style.css +++ b/static/style.css @@ -163,24 +163,24 @@ html, body { cursor: pointer; } -.experimental { +.advanced { margin-top: 4px; font-size: 11px; color: var(--text-fainter); } -.experimental summary { +.advanced summary { cursor: pointer; user-select: none; font-size: 10px; letter-spacing: 0.03em; } -.experimental summary:hover { +.advanced summary:hover { color: var(--text-faint); } -.experimental[open] { +.advanced[open] { padding-bottom: 2px; }