1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-10-20 09:43:36 +00:00

refactor: resolve various StyleLint warnings

This commit is contained in:
Cotes Chung 2025-10-20 05:21:46 +08:00
parent 022b963403
commit 3578111ecd
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
3 changed files with 1 additions and 7 deletions

View File

@ -24,7 +24,6 @@
margin-bottom: 0;
font-size: v.$code-font-size;
line-height: 1.4rem;
word-wrap: normal; /* Fixed Safari overflow-x */
}
table {

View File

@ -26,9 +26,7 @@
}
}
& {
font-size: 1rem + (5 - $i) * $size-factor;
}
font-size: 1rem + (5 - $i) * $size-factor;
} @else {
font-size: 1.05rem;
}

View File

@ -134,9 +134,6 @@
.page-link {
color: var(--btn-patinator-text-color);
padding: 0 0.6rem;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
border-radius: 0.5rem;
border: 0;
background-color: inherit;