UNPKG

591 BSCSSView Raw
1/*
2
3Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
4
5*/
6
7.hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: white;
12 color: black;
13}
14
15.hljs-string,
16.hljs-variable,
17.hljs-template-variable,
18.hljs-symbol,
19.hljs-bullet,
20.hljs-section,
21.hljs-addition,
22.hljs-attribute,
23.hljs-link {
24 color: #888;
25}
26
27.hljs-comment,
28.hljs-quote,
29.hljs-meta,
30.hljs-deletion {
31 color: #ccc;
32}
33
34.hljs-keyword,
35.hljs-selector-tag,
36.hljs-section,
37.hljs-name,
38.hljs-type,
39.hljs-strong {
40 font-weight: bold;
41}
42
43.hljs-emphasis {
44 font-style: italic;
45}