1
1
/* Override font variables */
2
2
: root {
3
- --font-jetbrains-mono : Menlo, Monaco, "Courier New" , monospace !important ;
4
- /* --font-jetbrains-mono: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace !important; */
3
+ --font-jetbrains-mono : Menlo, Monaco, "Courier New" , monospace !important ;
4
+ /* --font-jetbrains-mono: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace !important; */
5
5
}
6
6
7
7
pre [class *= "language-" ],
@@ -10,165 +10,165 @@ pre,
10
10
code ,
11
11
kbd ,
12
12
samp {
13
- font-family : Menlo, Monaco, "Andale Mono" , "Ubuntu Mono" , monospace !important ;
14
- --font-jetbrains-mono : Consolas, Monaco, "Andale Mono" , "Ubuntu Mono" ,
15
- monospace !important ;
16
- font-weight : 500 !important ;
13
+ font-family : Menlo, Monaco, "Andale Mono" , "Ubuntu Mono" , monospace !important ;
14
+ --font-jetbrains-mono : Consolas, Monaco, "Andale Mono" , "Ubuntu Mono" ,
15
+ monospace !important ;
16
+ font-weight : 500 !important ;
17
17
}
18
18
19
19
pre [class *= "language-" ] {
20
- font-family : Menlo, Monaco, "Andale Mono" , "Ubuntu Mono" , monospace !important ;
21
- font-weight : 500 !important ;
22
- text-align : left;
23
- white-space : pre;
24
- word-spacing : normal;
25
- word-break : normal;
26
- word-wrap : normal;
27
- line-height : 1.5 ;
28
- -moz-tab-size : 4 ;
29
- -o-tab-size : 4 ;
30
- tab-size : 4 ;
31
- -webkit-hyphens : none;
32
- -moz-hyphens : none;
33
- -ms-hyphens : none;
34
- hyphens : none;
20
+ font-family : Menlo, Monaco, "Andale Mono" , "Ubuntu Mono" , monospace !important ;
21
+ font-weight : 500 !important ;
22
+ text-align : left;
23
+ white-space : pre;
24
+ word-spacing : normal;
25
+ word-break : normal;
26
+ word-wrap : normal;
27
+ line-height : 1.5 ;
28
+ -moz-tab-size : 4 ;
29
+ -o-tab-size : 4 ;
30
+ tab-size : 4 ;
31
+ -webkit-hyphens : none;
32
+ -moz-hyphens : none;
33
+ -ms-hyphens : none;
34
+ hyphens : none;
35
35
}
36
36
pre [class *= "language-" ]::-moz-selection ,
37
37
pre [class *= "language-" ] ::-moz-selection ,
38
38
code [class *= "language-" ]::-moz-selection ,
39
39
code [class *= "language-" ] ::-moz-selection {
40
- text-shadow : none;
41
- background : # 362d45 ;
40
+ text-shadow : none;
41
+ background : # 362d45 ;
42
42
}
43
43
pre [class *= "language-" ]::selection ,
44
44
pre [class *= "language-" ] ::selection ,
45
45
code [class *= "language-" ]::selection ,
46
46
code [class *= "language-" ] ::selection {
47
- text-shadow : none;
48
- background : # 362d45 ;
47
+ text-shadow : none;
48
+ background : # 362d45 ;
49
49
}
50
50
@media print {
51
- code [class *= "language-" ],
52
- pre [class *= "language-" ] {
53
- text-shadow : none;
54
- }
51
+ code [class *= "language-" ],
52
+ pre [class *= "language-" ] {
53
+ text-shadow : none;
54
+ }
55
55
}
56
56
/* Code blocks */
57
57
pre [class *= "language-" ] {
58
- padding : 1em ;
59
- margin : 0.5em 0 ;
60
- overflow : auto;
58
+ padding : 1em ;
59
+ margin : 0.5em 0 ;
60
+ overflow : auto;
61
61
}
62
62
: not (pre ) > code [class *= "language-" ],
63
63
pre [class *= "language-" ] {
64
- color : white;
64
+ color : white;
65
65
}
66
66
: not (pre ) > code [class *= "language-" ] {
67
- padding : 0.1em ;
68
- border-radius : 0.3em ;
69
- white-space : normal;
67
+ padding : 0.1em ;
68
+ border-radius : 0.3em ;
69
+ white-space : normal;
70
70
}
71
71
72
72
.language-python .language-bash {
73
- background-color : # 15141b !important ;
74
- font-family : Consolas, Monaco, "Andale Mono" , "Ubuntu Mono" , monospace !important ;
75
- font-weight : 600 !important ;
76
- font-size : 16px !important ;
73
+ background-color : # 15141b !important ;
74
+ font-family : Consolas, Monaco, "Andale Mono" , "Ubuntu Mono" , monospace !important ;
75
+ font-weight : 600 !important ;
76
+ font-size : 16px !important ;
77
77
}
78
78
79
79
.dark\:bg-codeblock : is (.dark * ) {
80
- background-color : # 15141b !important ;
80
+ background-color : # 15141b !important ;
81
81
}
82
82
83
83
.dark\:ring-gray-800\/ 50: is (.dark * ) {
84
- --tw-ring-color : # 15141b !important ;
84
+ --tw-ring-color : # 15141b !important ;
85
85
}
86
86
87
87
.codeblock-dark {
88
- background-color : # 15141b !important ;
89
- color : # edecee !important ;
90
- font-size : 20px !important ;
88
+ background-color : # 15141b !important ;
89
+ color : # edecee !important ;
90
+ font-size : 20px !important ;
91
91
}
92
92
93
93
.dark .prose {
94
- color : # edecee !important ;
95
- font-size : 16px !important ;
94
+ color : # edecee !important ;
95
+ font-size : 16px !important ;
96
96
}
97
97
98
98
/* single backticks are orange */
99
99
.dark .prose p code {
100
- color : # ffca85 !important ;
100
+ color : # ffca85 !important ;
101
101
}
102
102
.dark .prose ul code {
103
- color : # ffca85 !important ;
103
+ color : # ffca85 !important ;
104
104
}
105
105
106
106
/* links are purple */
107
107
.prose a {
108
- color : # a277ff !important ;
108
+ color : # a277ff !important ;
109
109
}
110
110
111
111
.token .tag {
112
- color : # a277ff !important ;
112
+ color : # a277ff !important ;
113
113
}
114
114
.token .variable {
115
- color : # a277ff !important ;
115
+ color : # a277ff !important ;
116
116
}
117
117
.token .keyword {
118
- color : # a277ff !important ;
118
+ color : # a277ff !important ;
119
119
}
120
120
.token .operator {
121
- color : # a277ff !important ;
121
+ color : # a277ff !important ;
122
122
}
123
123
.token .attr-name {
124
- color : # a277ff !important ;
124
+ color : # a277ff !important ;
125
125
}
126
126
.token .punctuation {
127
- color : # a277ff !important ;
127
+ color : # a277ff !important ;
128
128
}
129
129
.token .constant {
130
- color : # a277ff !important ;
130
+ color : # a277ff !important ;
131
131
}
132
132
.token .string {
133
- color : # 61ffca !important ;
133
+ color : # 61ffca !important ;
134
134
}
135
135
.token .inserted {
136
- color : # 61ffca !important ;
136
+ color : # 61ffca !important ;
137
137
}
138
138
.token .changed {
139
- color : # ffca85 !important ;
139
+ color : # ffca85 !important ;
140
140
}
141
141
.token .function {
142
- color : # ffca85 !important ;
142
+ color : # ffca85 !important ;
143
143
}
144
144
.token .deleted {
145
- color : # ff6767 !important ;
145
+ color : # ff6767 !important ;
146
146
}
147
147
.token .builtin {
148
- color : # ffca85 !important ;
148
+ color : # ffca85 !important ;
149
149
}
150
150
.token .property {
151
- color : # ffca85 !important ;
151
+ color : # ffca85 !important ;
152
152
}
153
153
.token .comment {
154
- color : # 6d6d6d !important ;
154
+ color : # 6d6d6d !important ;
155
155
}
156
156
.token .class-name {
157
- color : # 82e2ff !important ;
157
+ color : # 82e2ff !important ;
158
158
}
159
159
.token .important ,
160
160
.token .bold {
161
- font-weight : bold !important ;
161
+ font-weight : bold !important ;
162
162
}
163
163
.token .italic {
164
- font-style : italic !important ;
164
+ font-style : italic !important ;
165
165
}
166
166
167
167
.language-bash {
168
- color : # ffca85 !important ;
168
+ color : # ffca85 !important ;
169
169
}
170
170
171
171
.language-bash .token {
172
- color : # ffca85 !important ;
173
- font-weight : 700 !important ;
172
+ color : # ffca85 !important ;
173
+ font-weight : 700 !important ;
174
174
}
0 commit comments