From 22ad3044171e783e489790dbd6dd085f65890816 Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 21 May 2024 15:25:47 +0200 Subject: [PATCH] fix(web): better footer --- web/index.html | 3 +++ web/src/app.rs | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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 { }