From 30ec16f610a18123f97313d0a5954d70a96d5787 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Tue, 30 Dec 2025 17:51:08 +0100 Subject: [PATCH] [Chore]: CSS fix --- infrastructure/web/public/stylesheets/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/infrastructure/web/public/stylesheets/custom.css b/infrastructure/web/public/stylesheets/custom.css index d63cf8a..d1f0659 100644 --- a/infrastructure/web/public/stylesheets/custom.css +++ b/infrastructure/web/public/stylesheets/custom.css @@ -55,6 +55,15 @@ /* Light mode theme */ +hr { + border: none; + border-top: 0.1rem solid var(--overlay-white-15); +} + +body.light-mode hr { + border-top: 0.1rem solid var(--overlay-black-80); +} + body.light-mode { --color-bg-dark: #f5f5f5; --color-bg-medium: #e4e4e4;