From 676e9d9676729e11099ca988bc2a41b45d3026a7 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Wed, 24 May 2023 00:07:45 +0800 Subject: [PATCH] style(scss): add border color for preview box of dark mode --- docs/.vitepress/theme/styles/custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/theme/styles/custom.scss b/docs/.vitepress/theme/styles/custom.scss index 3d0551c2..f1fa0f07 100644 --- a/docs/.vitepress/theme/styles/custom.scss +++ b/docs/.vitepress/theme/styles/custom.scss @@ -299,7 +299,7 @@ html.dark { .link-preview-widget { display: table; width: 100%; - border: 2px solid rgba(55, 53, 47, 0.16); + border: 2px solid rgba(200, 202, 208, 0.16); border-radius: 5px; } @@ -366,7 +366,7 @@ html.dark { height: 150px; padding: 0; vertical-align: middle; - border-left: 1px rgba(55, 53, 47, 0.16) #f2f2f2; + border-left: 1px rgba(200, 202, 208, 0.16) #f2f2f2; border-radius: 5px; background-repeat: no-repeat; background-position: 50%; @@ -377,4 +377,4 @@ html.dark { } } -// link preview markdown-it plugin dark mode style ends \ No newline at end of file +// link preview markdown-it plugin dark mode style ends