refactor(css): remove unused rule

This commit is contained in:
curben 2019-09-04 06:25:07 +01:00
parent 2b02f04485
commit 32a76d0f6d
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 7 deletions

View File

@ -159,18 +159,12 @@ legend {
font-weight: inherit;
}
pre {
background: #f8f8f8;
border: 1px solid #ddd;
padding: 1em 1.5em;
}
code,
kbd,
pre,
samp {
font-size: 0.9em;
background-color: #f3f5f6;
background-color: #d8d8d8;
}
.article .article-entry blockquote footer cite a:hover,