42 lines
1.1 KiB
CSS
42 lines
1.1 KiB
CSS
@-moz-document url-prefix(view-source) {
|
|
:root {
|
|
background-color: var(--in-content-page-background)!important;
|
|
color: var(--in-content-page-color)!important
|
|
}
|
|
pre[id]:before,
|
|
span[id]:before {
|
|
color: var(--in-content-page-color)!important
|
|
}
|
|
.highlight .end-tag,
|
|
.highlight .start-tag {
|
|
color: var(--theme-highlight-purple)!important
|
|
}
|
|
.highlight .comment {
|
|
color: var(--theme-highlight-green)!important
|
|
}
|
|
.highlight .cdata {
|
|
color: #c06!important
|
|
}
|
|
.highlight .doctype {
|
|
color: #4682b4!important
|
|
}
|
|
.highlight .pi {
|
|
color: var(--theme-highlight-red)!important
|
|
}
|
|
.highlight .entity {
|
|
color: #dea174!important
|
|
}
|
|
.highlight .attribute-name {
|
|
color: var(--theme-highlight-green)!important
|
|
}
|
|
.highlight .attribute-value {
|
|
color: var(--theme-highlight-blue)!important
|
|
}
|
|
.highlight .markupdeclaration {
|
|
color: #4682b4!important
|
|
}
|
|
.highlight .error,
|
|
.highlight .error > :-moz-any(.start-tag,.end-tag,.comment,.cdata,.doctype,.pi,.entity,.attribute-name,.attribute-value) {
|
|
color: #de7474!important
|
|
}
|
|
} |