0
0
Fork 0

added symbol for code tags

This commit is contained in:
Gibheer 2014-01-17 22:29:27 +01:00
parent 297e29a3c8
commit 4ba39351ea
1 changed files with 13 additions and 1 deletions

View File

@ -30,6 +30,18 @@ code {
pre {
border: $box_border;
overflow-x: auto;
position: relative;
&:before {
content: '|';
font-size: 150%;
color: fade-out($alternate-color, 0.2);
font-weight: bold;
z-index: -1;
position: absolute;
bottom: 0;
right: 0;
}
}
blockquote {
border: $box_border;
@ -37,7 +49,7 @@ blockquote {
font-style: italic;
position: relative;
:before {
&:before {
content: '';
font-size: 300%;
color: fade-out($alternate-color, 0.2);