1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-03-22 02:48:15 +00:00

refactor: correct typos in comments and identifiers (#2681)

- Rename `loadTooptip` to `loadTooltip` in tooltip-loader.js, components.js, and basic.js
- Fix grammar: "This script make" → "This script makes" in search-display.js
- Fix "HomgPage" → "HomePage" in post-paginator.html
- Fix "CND URL" → "CDN URL" in media-url.html
- Fix "locale-dateime.js" → "locale-datetime.js" in datetime.html
- Fix "LaTex" → "LaTeX" in language-alias.html
- Fix "exist <a> tag" → "existing <a> tag" in refactor-content.html
- Fix "Archvies" → "Archives" in _archives.scss
- Fix "underlinke" → "underline" in _syntax.scss
This commit is contained in:
Cotes Chung
2026-03-14 19:01:21 +08:00
committed by GitHub
parent 8fd56560a4
commit 6afe5a6d7b
11 changed files with 20 additions and 21 deletions

View File

@@ -78,7 +78,7 @@ code {
}
a > &.highlighter-rouge {
padding-bottom: 0; /* show link's underlinke */
padding-bottom: 0; /* show link's underline */
color: inherit;
}
@@ -137,7 +137,8 @@ div[class^='language-'] {
height: v.$code-dot-size;
border-radius: 50%;
background-color: var(--code-header-muted-color);
box-shadow: (v.$code-dot-size + v.$code-dot-gap) 0 0
box-shadow:
(v.$code-dot-size + v.$code-dot-gap) 0 0
var(--code-header-muted-color),
(v.$code-dot-size + v.$code-dot-gap) * 2 0 0
var(--code-header-muted-color);