Skip to content

Commit

Permalink
Revert Style Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ochlocracy committed Jan 27, 2020
1 parent c8382f9 commit 37bebbc
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions sass/custom/_paulus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 37bebbc

Please sign in to comment.