mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
style: line highlight for linenos=inline
This commit is contained in:
@@ -3346,6 +3346,10 @@
|
|||||||
margin: calc(var(--spacing) * 0);
|
margin: calc(var(--spacing) * 0);
|
||||||
padding: calc(var(--spacing) * 0);
|
padding: calc(var(--spacing) * 0);
|
||||||
}
|
}
|
||||||
|
.chroma:not(:is(table *)) > code {
|
||||||
|
display: block;
|
||||||
|
min-width: max-content;
|
||||||
|
}
|
||||||
html:not(.dark) {
|
html:not(.dark) {
|
||||||
.bg {
|
.bg {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|||||||
@@ -30,6 +30,12 @@
|
|||||||
@apply p-0 m-0;
|
@apply p-0 m-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* linenos=inline */
|
||||||
|
.chroma:not(:is(table *)) > code {
|
||||||
|
display: block;
|
||||||
|
min-width: max-content;
|
||||||
|
}
|
||||||
|
|
||||||
html:not(.dark) {
|
html:not(.dark) {
|
||||||
/* Generated using: hugo gen chromastyles --style=github */
|
/* Generated using: hugo gen chromastyles --style=github */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user