@@ -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; }
0 commit comments