Format css file

This commit is contained in:
DefectingCat
2022-10-31 09:34:12 +08:00
parent 6200acb5e1
commit 502e624d90
2 changed files with 284 additions and 284 deletions

View File

@ -180,12 +180,12 @@
}
.language-javascript
.dark
.token.template-string
> .dark
.token.interpolation
> .dark
.token.interpolation-punctuation.punctuation {
.dark
.token.template-string
> .dark
.token.interpolation
> .dark
.token.interpolation-punctuation.punctuation {
color: hsl(5, 48%, 51%);
}
@ -314,9 +314,9 @@
/* Hovering over a linkable line number (in the gutter area) */
/* Requires Line Numbers plugin as well */
.dark
pre[id].linkable-line-numbers.linkable-line-numbers
span.line-numbers-rows
> span:hover:before {
pre[id].linkable-line-numbers.linkable-line-numbers
span.line-numbers-rows
> span:hover:before {
background-color: hsla(220, 100%, 80%, 0.04);
}
@ -367,52 +367,52 @@ pre > code.diff-highlight .dark .token.dark .token.deleted:not(.prefix) {
}
pre.diff-highlight
> code
.dark
.token.dark
.token.deleted:not(.prefix)::-moz-selection,
> code
.dark
.token.dark
.token.deleted:not(.prefix)::-moz-selection,
pre.diff-highlight
> code
.dark
.token.dark
.token.deleted:not(.prefix)
*::-moz-selection,
> code
.dark
.token.dark
.token.deleted:not(.prefix)
*::-moz-selection,
pre
> code.diff-highlight
.dark
.token.dark
.token.deleted:not(.prefix)::-moz-selection,
> code.diff-highlight
.dark
.token.dark
.token.deleted:not(.prefix)::-moz-selection,
pre
> code.diff-highlight
.dark
.token.dark
.token.deleted:not(.prefix)
*::-moz-selection {
> code.diff-highlight
.dark
.token.dark
.token.deleted:not(.prefix)
*::-moz-selection {
background-color: hsla(353, 95%, 66%, 0.25);
}
pre.diff-highlight
> code
.dark
.token.dark
.token.deleted:not(.prefix)::selection,
> code
.dark
.token.dark
.token.deleted:not(.prefix)::selection,
pre.diff-highlight
> code
.dark
.token.dark
.token.deleted:not(.prefix)
*::selection,
> code
.dark
.token.dark
.token.deleted:not(.prefix)
*::selection,
pre
> code.diff-highlight
.dark
.token.dark
.token.deleted:not(.prefix)::selection,
> code.diff-highlight
.dark
.token.dark
.token.deleted:not(.prefix)::selection,
pre
> code.diff-highlight
.dark
.token.dark
.token.deleted:not(.prefix)
*::selection {
> code.diff-highlight
.dark
.token.dark
.token.deleted:not(.prefix)
*::selection {
background-color: hsla(353, 95%, 66%, 0.25);
}
@ -422,52 +422,52 @@ pre > code.diff-highlight .dark .token.dark .token.inserted:not(.prefix) {
}
pre.diff-highlight
> code
.dark
.token.dark
.token.inserted:not(.prefix)::-moz-selection,
> code
.dark
.token.dark
.token.inserted:not(.prefix)::-moz-selection,
pre.diff-highlight
> code
.dark
.token.dark
.token.inserted:not(.prefix)
*::-moz-selection,
> code
.dark
.token.dark
.token.inserted:not(.prefix)
*::-moz-selection,
pre
> code.diff-highlight
.dark
.token.dark
.token.inserted:not(.prefix)::-moz-selection,
> code.diff-highlight
.dark
.token.dark
.token.inserted:not(.prefix)::-moz-selection,
pre
> code.diff-highlight
.dark
.token.dark
.token.inserted:not(.prefix)
*::-moz-selection {
> code.diff-highlight
.dark
.token.dark
.token.inserted:not(.prefix)
*::-moz-selection {
background-color: hsla(135, 73%, 55%, 0.25);
}
pre.diff-highlight
> code
.dark
.token.dark
.token.inserted:not(.prefix)::selection,
> code
.dark
.token.dark
.token.inserted:not(.prefix)::selection,
pre.diff-highlight
> code
.dark
.token.dark
.token.inserted:not(.prefix)
*::selection,
> code
.dark
.token.dark
.token.inserted:not(.prefix)
*::selection,
pre
> code.diff-highlight
.dark
.token.dark
.token.inserted:not(.prefix)::selection,
> code.diff-highlight
.dark
.token.dark
.token.inserted:not(.prefix)::selection,
pre
> code.diff-highlight
.dark
.token.dark
.token.inserted:not(.prefix)
*::selection {
> code.diff-highlight
.dark
.token.dark
.token.inserted:not(.prefix)
*::selection {
background-color: hsla(135, 73%, 55%, 0.25);
}

View File

@ -169,9 +169,9 @@ pre {
}
.language-javascript
.token.template-string
> .token.interpolation
> .token.interpolation-punctuation.punctuation {
.token.template-string
> .token.interpolation
> .token.interpolation-punctuation.punctuation {
color: hsl(344, 84%, 43%);
}
@ -299,8 +299,8 @@ div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus {
/* Hovering over a linkable line number (in the gutter area) */
/* Requires Line Numbers plugin as well */
pre[id].linkable-line-numbers.linkable-line-numbers
span.line-numbers-rows
> span:hover:before {
span.line-numbers-rows
> span:hover:before {
background-color: hsla(230, 8%, 24%, 0.05);
}