fix(css): remove <cite> underline

This commit is contained in:
Ming Di Leom 2021-03-15 06:58:48 +00:00
parent 77d29cec6c
commit bfad7942d3
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 0 additions and 8 deletions

View File

@ -391,10 +391,6 @@ span.index-list-count:after {
font-style: italic;
}
.article .article-entry blockquote footer cite a {
border-bottom: 1px solid #eee;
}
.article .article-entry blockquote footer cite:before {
content: "—";
padding: 0 0.5em;

View File

@ -862,10 +862,6 @@ span.index-list-count:after {
font-style: italic;
}
.article .article-entry blockquote footer cite a {
border-bottom: 1px solid #eee;
}
.article .article-entry blockquote footer cite:before {
content: "—";
padding: 0 0.5em;