mirror of https://gitlab.com/curben/blog
refactor(css): remove unused rule
This commit is contained in:
parent
2b02f04485
commit
32a76d0f6d
|
@ -159,18 +159,12 @@ legend {
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
|
||||||
background: #f8f8f8;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
padding: 1em 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
code,
|
code,
|
||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
samp {
|
samp {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
background-color: #f3f5f6;
|
background-color: #d8d8d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .article-entry blockquote footer cite a:hover,
|
.article .article-entry blockquote footer cite a:hover,
|
||||||
|
|
Loading…
Reference in New Issue