Skip to content

Commit b6b60aa

Browse files
committed
Don't impose default font-family or line-height.
1 parent 1bcc871 commit b6b60aa

File tree

2 files changed

+29
-35
lines changed

2 files changed

+29
-35
lines changed

dist/base/jquery.syntax.core.css

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,35 @@ pre code.syntax-theme-base {
1313
padding-left: 1rem;
1414
text-indent: -1rem; }
1515

16-
.syntax-theme-base {
17-
font-family: Menlo, Monaco, Consolas, monospace;
18-
line-height: 1.15em; }
19-
.syntax-theme-base a {
20-
text-decoration: none;
21-
color: inherit; }
22-
.syntax-theme-base .function {
23-
color: #33f; }
24-
.syntax-theme-base .keyword, .syntax-theme-base .access {
25-
color: #7a0968; }
26-
.syntax-theme-base .type {
27-
color: #3239D6; }
28-
.syntax-theme-base .comment {
29-
color: #6ac; }
30-
.syntax-theme-base .constant {
31-
color: #1c00ce; }
32-
.syntax-theme-base .string, .syntax-theme-base .symbol {
33-
color: #c41a15; }
34-
.syntax-theme-base .string .escape {
35-
color: #f99; }
36-
.syntax-theme-base .operator {
37-
color: #000000; }
38-
.syntax-theme-base .href {
39-
color: #0e0eff;
40-
text-decoration: underline; }
41-
.syntax-theme-base .variable {
42-
color: #466997; }
43-
.syntax-theme-base .highlight {
44-
background-color: #fdfdba; }
45-
.syntax-theme-base pre {
46-
overflow: auto;
47-
font-family: inherit; }
16+
.syntax-theme-base a {
17+
text-decoration: none;
18+
color: inherit; }
19+
.syntax-theme-base .function {
20+
color: #33f; }
21+
.syntax-theme-base .keyword, .syntax-theme-base .access {
22+
color: #7a0968; }
23+
.syntax-theme-base .type {
24+
color: #3239D6; }
25+
.syntax-theme-base .comment {
26+
color: #6ac; }
27+
.syntax-theme-base .constant {
28+
color: #1c00ce; }
29+
.syntax-theme-base .string, .syntax-theme-base .symbol {
30+
color: #c41a15; }
31+
.syntax-theme-base .string .escape {
32+
color: #f99; }
33+
.syntax-theme-base .operator {
34+
color: #000000; }
35+
.syntax-theme-base .href {
36+
color: #0e0eff;
37+
text-decoration: underline; }
38+
.syntax-theme-base .variable {
39+
color: #466997; }
40+
.syntax-theme-base .highlight {
41+
background-color: #fdfdba; }
42+
.syntax-theme-base pre {
43+
overflow: auto;
44+
font-family: inherit; }
4845

4946
.syntax-container.syntax-theme-base {
5047
position: relative; }

themes/base/jquery.syntax.core.sass

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ pre code.syntax-theme-base
2222
text-indent: -1rem
2323

2424
.syntax-theme-base
25-
font-family: Menlo, Monaco, Consolas, monospace
26-
line-height: 1.15em
27-
2825
a
2926
text-decoration: none
3027
color: inherit

0 commit comments

Comments
 (0)