From 1b28d5393a894288a4a495448b85295a86eb7ea4 Mon Sep 17 00:00:00 2001 From: Matus Kosut Date: Mon, 21 Oct 2024 15:47:42 +0200 Subject: [PATCH] fix css --- pages/.vitepress/theme/custom.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/.vitepress/theme/custom.css b/pages/.vitepress/theme/custom.css index 898ad417..9a3b92c7 100644 --- a/pages/.vitepress/theme/custom.css +++ b/pages/.vitepress/theme/custom.css @@ -9,15 +9,16 @@ --vp-block-background-light: #F2F2F2; } +/* .v-theme--light { --v-theme-surface: rgba(255, 255, 255,0) !important; -} +} */ + -/* .v-table .v-theme--light { background-color: rgba(255, 255, 255,0) !important; } -*/ + .hc-text-dark { color: var(--vp-page-texts-dark) !important;