3 * prism.js default theme for JavaScript, CSS and HTML
4 * Based on dabblet (http://dabblet.com)
8 display: inline-block
!important
;
9 font-size: 1.1em !important
;
10 padding: 0.25em !important
;
11 border-radius: 5px !important
;
12 background: #f6f7fa !important
!important
;
13 line-height: 1 !important
;
16 code
[class
*='language-'],
17 pre
[class
*='language-'] {
18 width: 100% !important
;
19 color: black
!important
;
20 text-shadow: 0 1px white
!important
;
21 font-family: Consolas
, Monaco
, monospace
!important
;
22 text-align: left
!important
;
23 /*white-space: pre !important;*/
24 word-spacing: normal
!important
;
25 font-size: 1.6rem !important
;
26 -moz-tab-size: 4 !important
;
27 -o-tab-size: 4 !important
;
28 tab-size: 4 !important
;
29 -webkit-hyphens: none
!important
;
30 -moz-hyphens: none
!important
;
31 -ms-hyphens: none
!important
;
32 hyphens: none
!important
;
33 border-radius: 5px !important
;
36 [dir
='rtl'] code
[class
*='language-'],
37 [dir
='rtl'] pre
[class
*='language-'] {
38 text-align: right
!important
;
41 [dir
='ltr'] code
[class
*='language-'],
42 [dir
='ltr'] pre
[class
*='language-'] {
43 text-align: left
!important
;
47 pre
[class
*='language-'] {
48 padding: 1em !important
;
49 margin: 0.5em 0 !important
;
50 overflow: auto
!important
;
53 pre
[class
*='language-'].m-0
{
57 :not
(pre
) > code
[class
*='language-'],
58 pre
[class
*='language-'] {
59 background: #f6f7fa !important
;
63 :not
(pre
) > code
[class
*='language-'] {
64 padding: 0.1em !important
;
65 border-radius: 0.3em !important
;
66 font-size: 0.8em !important
;
73 color: #344559 !important
;
77 color: #4a4646 !important
!important
;
81 opacity: 0.7 !important
;
91 color: #905 !important
;
97 color: #085300 !important
;
103 .language-css
.token
.string
,
104 .style .token.string {
105 color: #803c24 !important
!important
;
106 background: rgba
(255, 255, 255, 0.5) !important
;
112 color: #0227a9 !important
;
117 color: #e90 !important
;
121 font-weight: bold
!important
;
125 cursor: help
!important
;
128 @media (prefers-color-scheme: dark
) {
130 background: #262a33 !important
;
133 code
[class
*='language-'],
134 pre
[class
*='language-'] {
135 color: #ccc !important
;
136 background: none
!important
;
137 font-family: Consolas
, Monaco
, 'Andale Mono', 'Ubuntu Mono', monospace
!important
;
138 text-shadow: none
!important
;
139 font-size: 1.4rem !important
;
140 text-align: left
!important
;
141 white-space: pre
!important
;
142 word-spacing: normal
!important
;
143 word-break: normal
!important
;
144 word-wrap: normal
!important
;
145 line-height: 1.5 !important
;
146 -moz-tab-size: 4 !important
;
147 -o-tab-size: 4 !important
;
148 tab-size: 4 !important
;
149 -webkit-hyphens: none
!important
;
150 -moz-hyphens: none
!important
;
151 -ms-hyphens: none
!important
;
152 hyphens: none
!important
;
156 pre
[class
*='language-'] {
157 padding: 1em !important
;
158 margin: 0.5em 0 !important
;
159 overflow: auto
!important
;
162 :not
(pre
) > code
[class
*='language-'],
163 pre
[class
*='language-'] {
164 background: #2d2d2d !important
;
168 :not
(pre
) > code
[class
*='language-'] {
169 padding: 0.1em !important
;
170 border-radius: 0.3em !important
;
171 white-space: normal
!important
;
175 .token
.block-comment
,
179 color: #999 !important
;
183 color: #ccc !important
;
190 color: #e2777a !important
;
193 .token.function-name {
194 color: #6196cc !important
;
200 color: #f08d49 !important
;
207 color: #f8c555 !important
;
215 color: #cc99cd !important
;
223 color: #7ec699 !important
;
229 color: #67cdcc !important
;
234 font-weight: bold
!important
;
238 font-style: italic
!important
;
242 cursor: help
!important
;
246 color: green
!important
;