Skip to content

Commit a3e609e

Browse files
committed
fix: highlight fonts
1 parent 23419e5 commit a3e609e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

djangocms_rest/static/djangocms_rest/highlight.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
}
1919
}
2020

21+
section {
22+
margin: 10px;
23+
h1 {
24+
font-family: Helvetica,Arial,sans-serif;
25+
}
26+
}
2127

2228
.rest-placeholder {
2329
display: block;

0 commit comments

Comments
 (0)