mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-10-20 17:53:45 +00:00
refactor: resolve various StyleLint warnings
This commit is contained in:
parent
022b963403
commit
3578111ecd
@ -24,7 +24,6 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: v.$code-font-size;
|
font-size: v.$code-font-size;
|
||||||
line-height: 1.4rem;
|
line-height: 1.4rem;
|
||||||
word-wrap: normal; /* Fixed Safari overflow-x */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
@ -26,9 +26,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& {
|
font-size: 1rem + (5 - $i) * $size-factor;
|
||||||
font-size: 1rem + (5 - $i) * $size-factor;
|
|
||||||
}
|
|
||||||
} @else {
|
} @else {
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
}
|
}
|
||||||
|
@ -134,9 +134,6 @@
|
|||||||
.page-link {
|
.page-link {
|
||||||
color: var(--btn-patinator-text-color);
|
color: var(--btn-patinator-text-color);
|
||||||
padding: 0 0.6rem;
|
padding: 0 0.6rem;
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-pack: center;
|
|
||||||
-webkit-box-align: center;
|
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user