lbry.tech/app/sass/partials/_pre.scss
ポール ウェッブ c65b1a5356 LOTS of Sass refactoring
2018-10-05 17:46:08 -05:00

31 lines
417 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: $white;
}
&.language-yaml {
background-color: #27273f;
color: #ffe066;
.atrule {
color: #f083ac;
}
.important {
color: #ffa94d;
}
.punctuation {
color: $white;
}
}
}