Skip to content

Commit f6bfc80

Browse files
committed
syntax chanegd
1 parent 59e39eb commit f6bfc80

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

css/syntax.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,15 @@ code.xml .nt {color: #ccc;}
1616
code.yaml .p-Indicator {color: #FF8400;}
1717
code.yaml .c1 {color: #ccc; font-style: italic;}
1818
code.yaml .s {color: #0086d2;}
19-
code.yaml .nv {color: #fff;}
19+
code.yaml .nv {color: #fff;}
20+
21+
22+
.highlight pre {
23+
font-family:"Bitstream Vera Sans Mono",monospace;
24+
background: #222;
25+
padding: 5px;
26+
color: #fff;
27+
margin-bottom: 1em;
28+
max-width:100%;
29+
overflow-y:auto;
30+
}

0 commit comments

Comments
 (0)