Skip to content

Commit 120067f

Browse files
committed
Handling for Unicode numbers in ch07 (STYL-974) - Edited theme/pdf/pdf.css with Atlas code editor
1 parent 52d130d commit 120067f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

theme/pdf/pdf.css

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ pre > img {
1818
width: 10pt;
1919
}
2020

21+
/* Unicode numbers in ch07 (STYL-974) */
22+
span.unicode-nums
23+
{ content: '\1D7CF\1D7D0\1D7D1\1D7DC\1D7DD\1D7DE\1D7E9\1D7EA\1D7EB\1D7EC\1D7ED\1D7EE\1D7EF\1D7FA\1D7FB\1D7FC';
24+
color: #CC3300;
25+
}
26+
2127

2228
/*--- This oneoff overrides the code in https://github.com/oreillymedia/animal_theme/blob/master/pdf/pdf.css---*/
2329

0 commit comments

Comments
 (0)