We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34e28b commit a2cba22Copy full SHA for a2cba22
src/_sass/elements/_code.scss
@@ -40,13 +40,13 @@ pre[class*="language-"] {
40
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
41
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
42
text-shadow: none;
43
- background: color(gray-100);
+ background: rgb(179,215,264);
44
}
45
46
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
47
code[class*="language-"]::selection, code[class*="language-"] ::selection {
48
49
50
51
52
@media print {
0 commit comments