diff --git a/web/index.html b/web/index.html index b8081e2..779b056 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 d75a278..c9cad55 100644 --- a/web/src/app.rs +++ b/web/src/app.rs @@ -131,9 +131,8 @@ pub fn App() -> impl IntoView { }