fix(docs): inconsistent spacing in theme_CSS (#47031)

Update _theme.css

Inconsistent Spacing in the code lines.
This commit is contained in:
AirSay.Codes
2022-07-27 22:04:59 +01:00
committed by GitHub
parent f50d190d8b
commit 245dec9519

View File

@@ -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;
}