github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/docs/assets/css/prism_custom.scss (about) 1 .token.atrule, .token.attr-value, .token.keyword { 2 color: #07a7fd; 3 } 4 5 .token.function, .token.class-name { 6 color: #0352c2; 7 } 8 9 .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.url, .token.inserted { 10 color: #7fae17; 11 } 12 13 code[class*="language-"], pre[class*="language-"] { 14 color: #1e252f; 15 } 16 17 .token.punctuation { 18 color: #1e252f; 19 } 20 21 .token.regex, .token.important, .token.variable { 22 color: #ea1473; 23 } 24 25 26 .highlight pre[class*="language-"] { 27 line-height: 25px; 28 }