From 9d27dc20bde2779fbddbb8f0611e5bd1a3fa7520 Mon Sep 17 00:00:00 2001 From: Khanti Rindani <36477517+khantiRindani@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:38:37 +0530 Subject: [PATCH] Improve logo visibility on Dark Theme --- src/.vuepress/styles/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss index f6af387..1df2dce 100644 --- a/src/.vuepress/styles/index.scss +++ b/src/.vuepress/styles/index.scss @@ -1 +1,4 @@ // place your custom styles here +html[data-theme="dark"] img[src="/coffee.svg"]{ + filter: invert(0.8) +}