mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 08:05:25 -05:00
fix(docs): inconsistent spacing in theme_CSS (#47031)
Update _theme.css Inconsistent Spacing in the code lines.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user