lbry.tech/app/sass/partials/_pre.scss
2018-10-12 17:29:53 -05:00

32 lines
427 B
SCSS

pre {
padding: 2rem;
line-height: 1.33;
margin-bottom: 2rem;
overflow-x: auto;
overflow-y: hidden;
&:not([class]),
&.language-text {
background-color: #27283e;
color: $lbry-white;
}
&.language-yaml {
background-color: #27273f;
color: #ffe066;
.atrule {
color: #f083ac;
}
.important {
color: #ffa94d;
}
.punctuation {
color: $lbry-white;
}
}
}