diff --git a/web/index.html b/web/index.html
index b8081e27..779b0565 100644
--- a/web/index.html
+++ b/web/index.html
@@ -99,6 +99,9 @@
hr.sep {
border: 1px solid rgba(var(--accent-rgb), 0.45);
}
+ div.sep-top {
+ border-top: 2px solid rgba(var(--accent-rgb), 0.45);
+ }
hr.sticky {
position: sticky;
z-index: 100;
diff --git a/web/src/app.rs b/web/src/app.rs
index d75a2789..c9cad556 100644
--- a/web/src/app.rs
+++ b/web/src/app.rs
@@ -131,9 +131,8 @@ pub fn App() -> impl IntoView {