style: format with prettier
This commit is contained in:
parent
0aa3ee47ff
commit
d89ebf1014
@ -74,7 +74,7 @@ article > p {
|
||||
}
|
||||
.articles-container > ul > li {
|
||||
list-style-type: none;
|
||||
margin: 10px
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.article-frontmatter {
|
||||
@ -125,4 +125,4 @@ article > p {
|
||||
|
||||
.article-frontmatter-tags > ul > li:not(:last-child)::after {
|
||||
content: " ⦁";
|
||||
}
|
||||
}
|
||||
|
@ -109,7 +109,8 @@ footer {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
footer a, footer a:visited {
|
||||
footer a,
|
||||
footer a:visited {
|
||||
color: var(--crystalBlue);
|
||||
}
|
||||
|
||||
@ -316,4 +317,4 @@ hr {
|
||||
align-self: center;
|
||||
border: none;
|
||||
border-top: thin solid;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user