From 245dec95199d17e14eabcd1237138b144c34a05c Mon Sep 17 00:00:00 2001 From: "AirSay.Codes" <107049081+AirSayy@users.noreply.github.com> Date: Wed, 27 Jul 2022 22:04:59 +0100 Subject: [PATCH] fix(docs): inconsistent spacing in theme_CSS (#47031) Update _theme.css Inconsistent Spacing in the code lines. --- docs/_theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_theme.css b/docs/_theme.css index 6f417a3235b..8444fd51928 100644 --- a/docs/_theme.css +++ b/docs/_theme.css @@ -176,6 +176,7 @@ section.cover.show ~ .sidebar-toggle { } /****** Sidebar ******/ + .sidebar ul li a:hover { color: var(--theme-color); } @@ -332,6 +333,7 @@ body.close .github-corner { } /****** CODE HIGHLIGHTING ******/ + .token.string { color: #42b983; } @@ -347,6 +349,7 @@ body.close .github-corner { } /****** COPY TO CLIPBOARD ******/ + .docsify-copy-code-button { font-size: 0.7em !important; }