From f1058dd47df4328267f81f35ac28f45470054ab3 Mon Sep 17 00:00:00 2001 From: francesco Date: Thu, 24 Oct 2024 16:48:37 +0200 Subject: [PATCH] Minor style update --- website/src/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index aa25a3a62..50271178e 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -163,7 +163,7 @@ tr { --ifm-h1-font-size: 4rem; /*--ifm-list-left-padding: 0rem;*/ --ifm-custom-navbar-background-color: rgba(48, 49, 55, 0.33); - --ifm-border-color: rgb(100 116 139 / 0.15); + --ifm-border-color: rgba(100, 116, 139, 0.4); --ifm-background-color: white; --ifm-z-index-fixed: 20; @@ -216,7 +216,7 @@ html[data-theme=dark] .DocSearch-Button:hover { html[data-theme='dark'] { --ifm-table-stripe-background: inherit; - --ifm-border-color: rgb(100 116 139 / 0.15); + --ifm-border-color: rgba(100, 116, 139, 0.4); --ifm-toc-border-color: var(--ifm-border-color); --ifm-custom-navbar-background-color: rgba(48, 49, 55, 0.33); /*--ifm-background-color: #ececec;*/