Revert Style Changes.

This commit is contained in:
ochlocracy 2020-01-27 16:47:36 -05:00
parent c8382f9d4e
commit 37bebbc6cb

View File

@ -556,46 +556,4 @@ code {
border: 1px solid #ddd;
border-radius: 0.4em;
padding: .1em .4em
}
kbd, samp {
& > p {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
& kbd {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-decoration: underline;
color: #1990b8;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
}
}
& em, & q {
quotes: '\201C' '\201D';
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
& em:before {
content: '\201C';
}
& em:after {
content: '\201D';
}
}
kbd em > i {
color: #1990b8;
}
samp > p {
color: #4A993E;
}