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;
}