commit 996f115ab227b403a489a4ebe889b90a06fccff2 parent 889f295af7e7066247140351efe659edaf961a45 Author: Alisa Lain <60989682+al1-ce@users.noreply.github.com> Date: Thu, 10 Jul 2025 05:38:06 +0300 Update index.html Diffstat:
| M | public/index.html | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html @@ -127,11 +127,12 @@ h1 { - border-bottom: 1px solid var(--gray); + border-bottom: 1px solid var(--gray) !important; } h2 { - border-bottom: none; + border-bottom: none !important; + /* TODO: fix properly with themable */ } #main {