|
|
@@ -7,31 +7,31 @@ |
|
|
|
} |
|
|
|
|
|
|
|
h1 { |
|
|
|
@apply font-headings lowercase text-5xl font-thin; |
|
|
|
@apply font-headings lowercase text-5xl font-thin leading-none my-8; |
|
|
|
} |
|
|
|
|
|
|
|
h2 { |
|
|
|
@apply font-headings lowercase text-4xl font-light; |
|
|
|
@apply font-headings lowercase text-4xl font-light leading-none my-8; |
|
|
|
} |
|
|
|
|
|
|
|
h3 { |
|
|
|
@apply font-headings lowercase text-3xl; |
|
|
|
@apply font-headings lowercase text-3xl leading-none my-8; |
|
|
|
} |
|
|
|
|
|
|
|
h4 { |
|
|
|
@apply font-headings lowercase text-2xl; |
|
|
|
@apply font-headings lowercase text-2xl leading-none my-8; |
|
|
|
} |
|
|
|
|
|
|
|
h5 { |
|
|
|
@apply font-headings lowercase text-xl; |
|
|
|
@apply font-headings lowercase text-xl leading-none my-8; |
|
|
|
} |
|
|
|
|
|
|
|
h6 { |
|
|
|
@apply font-headings lowercase text-lg; |
|
|
|
@apply font-headings lowercase text-lg leading-none my-8; |
|
|
|
} |
|
|
|
|
|
|
|
p { |
|
|
|
margin: 2em 0; |
|
|
|
@apply my-8; |
|
|
|
} |
|
|
|
|
|
|
|
small { |
|
|
@@ -96,56 +96,55 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.react-prism { |
|
|
|
display: flex; |
|
|
|
gap: 0.5rem; |
|
|
|
align-items: flex-start; |
|
|
|
} |
|
|
|
|
|
|
|
.react-prism pre { |
|
|
|
.react-refractor pre { |
|
|
|
overflow: visible; |
|
|
|
padding: 0; |
|
|
|
margin: 0; |
|
|
|
line-height: 1.2; |
|
|
|
} |
|
|
|
|
|
|
|
.react-prism .token.number { color: rgb(var(--color-code-number)); } |
|
|
|
.react-prism .token.keyword { color: rgb(var(--color-code-keyword)); } |
|
|
|
.react-prism .token.type { color: rgb(var(--color-code-type)); } |
|
|
|
.react-prism .token.instance-attribute { color: rgb(var(--color-code-instance-attribute)); } |
|
|
|
.react-prism .token.function { color: rgb(var(--color-code-function)); } |
|
|
|
.react-prism .token.parameter { color: rgb(var(--color-code-parameter)); } |
|
|
|
.react-prism .token.property { color: rgb(var(--color-code-property)); } |
|
|
|
.react-prism .token.string { color: rgb(var(--color-code-string)); } |
|
|
|
.react-prism .token.variable { color: rgb(var(--color-code-variable)); } |
|
|
|
.react-prism .token.regexp { color: rgb(var(--color-code-regexp)); } |
|
|
|
.react-prism .token.url { color: rgb(var(--color-code-url)); } |
|
|
|
.react-prism .token.global { color: rgb(var(--color-code-global)); } |
|
|
|
.react-prism .token.comment { opacity: 0.5; } |
|
|
|
|
|
|
|
.binary-file-preview pre { |
|
|
|
.react-refractor .token.number { color: rgb(var(--color-code-number)); } |
|
|
|
.react-refractor .token.keyword { color: rgb(var(--color-code-keyword)); } |
|
|
|
.react-refractor .token.tag { color: rgb(var(--color-code-keyword)); } |
|
|
|
.react-refractor .token.type { color: rgb(var(--color-code-type)); } |
|
|
|
.react-refractor .token.instance-attribute { color: rgb(var(--color-code-instance-attribute)); } |
|
|
|
.react-refractor .token.maybe-class-name { color: rgb(var(--color-code-function)); font-style: italic; } |
|
|
|
.react-refractor .token.function { color: rgb(var(--color-code-function)); font-style: italic; } |
|
|
|
.react-refractor .token.parameter { color: rgb(var(--color-code-parameter)); } |
|
|
|
.react-refractor .token.property { color: rgb(var(--color-code-property)); } |
|
|
|
.react-refractor .token.attr-name { color: rgb(var(--color-code-property)); font-style: italic; } |
|
|
|
.react-refractor .token.string { color: rgb(var(--color-code-string)); } |
|
|
|
.react-refractor .token.attr-value { color: rgb(var(--color-code-string)); } |
|
|
|
.react-refractor .token.attr-value .attr-equals { color: rgb(var(--color-positive)); } |
|
|
|
.react-refractor .token.variable { color: rgb(var(--color-code-variable)); } |
|
|
|
.react-refractor .token.regexp { color: rgb(var(--color-code-regexp)); } |
|
|
|
.react-refractor .token.url { color: rgb(var(--color-code-url)); } |
|
|
|
.react-refractor .token.global { color: rgb(var(--color-code-global)); } |
|
|
|
.react-refractor .token.comment { opacity: 0.5; } |
|
|
|
|
|
|
|
.react-binary-data-canvas pre { |
|
|
|
overflow: visible; |
|
|
|
padding: 0; |
|
|
|
margin: 0; |
|
|
|
line-height: 1.2; |
|
|
|
} |
|
|
|
|
|
|
|
.binary-file-preview .x00 { color: rgb(var(--color-code-keyword)); } |
|
|
|
.binary-file-preview .x10 { color: rgb(var(--color-code-global)); } |
|
|
|
.binary-file-preview .x20 { color: rgb(var(--color-code-string)); } |
|
|
|
.binary-file-preview .x30 { color: rgb(var(--color-code-number)); } |
|
|
|
.binary-file-preview .x40 { color: rgb(var(--color-code-url)); } |
|
|
|
.binary-file-preview .x50 { color: rgb(var(--color-code-type)); } |
|
|
|
.binary-file-preview .x60 { color: rgb(var(--color-code-parameter)); } |
|
|
|
.binary-file-preview .x70 { color: rgb(var(--color-code-property)); } |
|
|
|
.binary-file-preview .x80 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-keyword)); } |
|
|
|
.binary-file-preview .x90 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-global)); } |
|
|
|
.binary-file-preview .xa0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-string)); } |
|
|
|
.binary-file-preview .xb0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-number)); } |
|
|
|
.binary-file-preview .xc0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-url)); } |
|
|
|
.binary-file-preview .xd0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-type)); } |
|
|
|
.binary-file-preview .xe0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-parameter)); } |
|
|
|
.binary-file-preview .xf0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-property)); } |
|
|
|
.react-binary-data-canvas .x00 { color: rgb(var(--color-code-keyword)); } |
|
|
|
.react-binary-data-canvas .x10 { color: rgb(var(--color-code-global)); } |
|
|
|
.react-binary-data-canvas .x20 { color: rgb(var(--color-code-string)); } |
|
|
|
.react-binary-data-canvas .x30 { color: rgb(var(--color-code-number)); } |
|
|
|
.react-binary-data-canvas .x40 { color: rgb(var(--color-code-url)); } |
|
|
|
.react-binary-data-canvas .x50 { color: rgb(var(--color-code-type)); } |
|
|
|
.react-binary-data-canvas .x60 { color: rgb(var(--color-code-parameter)); } |
|
|
|
.react-binary-data-canvas .x70 { color: rgb(var(--color-code-property)); } |
|
|
|
.react-binary-data-canvas .x80 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-keyword)); } |
|
|
|
.react-binary-data-canvas .x90 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-global)); } |
|
|
|
.react-binary-data-canvas .xa0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-string)); } |
|
|
|
.react-binary-data-canvas .xb0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-number)); } |
|
|
|
.react-binary-data-canvas .xc0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-url)); } |
|
|
|
.react-binary-data-canvas .xd0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-type)); } |
|
|
|
.react-binary-data-canvas .xe0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-parameter)); } |
|
|
|
.react-binary-data-canvas .xf0 { color: rgb(var(--color-negative)); background-color: rgb(var(--color-code-property)); } |
|
|
|
|
|
|
|
.focus\:outline-0:-moz-focusring { |
|
|
|
outline: 0; |
|
|
|