fix(css): remove unused css rules

This commit is contained in:
curben 2019-08-30 18:16:03 +01:00
parent 64b7c25ce7
commit c8e9d0d0b4
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 0 additions and 22 deletions

View File

@ -8,19 +8,10 @@ button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
}
body,
button,
input,
select,
textarea {
font: normal 1em/1.8 sans-serif;
}
pre {
background: #f8f8f8;
border: 1px solid #ddd;
@ -193,18 +184,6 @@ html {
box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: 0.25s;
}
body {
font-size: 1.2em;
}
@ -496,7 +475,6 @@ blockquote {
.article .caption {
color: #cacdd0;
display: block;
font-size: 14px;
text-align: center;
}