From 8d9650afe21149ac18eead39ef5e25386d03a433 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:24:26 +0800 Subject: [PATCH] fix(docs): remove superfluous space (#3314) --- docs/.vuepress/styles/index.styl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 37a079da..0497ece2 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -27,3 +27,12 @@ code font-family: 'Nerd Font', source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; overflow-wrap: break-word + +@media (prefers-color-scheme: light) + :root + --languageTextColor: rgba(255,255,255,0.4) + +.code-copy + position: absolute + right: 0 + bottom: 1px