1
0
mirror of https://github.com/arsenetar/arsenetar.github.io.git synced 2024-11-15 10:29:02 +00:00
arsenetar.github.io/assets/scss/voltaicideas/_pygments.scss

25 lines
598 B
SCSS
Raw Normal View History

.highlight{
font-size: rem-calc(14px);
padding: 0;
font-family: 'Source Code Pro', 'Consolas', Monaco, monospace;
overflow: auto;
margin-bottom: rem-calc(16px);
pre{
tab-size: 4;
white-space: pre;
font-family: inherit;
background-color: lighten($secondary-color, 5%);
border-radius: 0;
padding: rem-calc(3px);
padding-left: rem-calc(5px);
line-height: 23px;
overflow-x: auto;
word-break: inherit;
code {
&.text {
color: #555;
}
}
}
}