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);
|
||||
padding: calc(var(--spacing) * 0);
|
||||
}
|
||||
.chroma:not(:is(table *)) > code {
|
||||
display: block;
|
||||
min-width: max-content;
|
||||
}
|
||||
html:not(.dark) {
|
||||
.bg {
|
||||
background-color: #fff;
|
||||
|
||||
@@ -30,6 +30,12 @@
|
||||
@apply p-0 m-0;
|
||||
}
|
||||
|
||||
/* linenos=inline */
|
||||
.chroma:not(:is(table *)) > code {
|
||||
display: block;
|
||||
min-width: max-content;
|
||||
}
|
||||
|
||||
html:not(.dark) {
|
||||
/* Generated using: hugo gen chromastyles --style=github */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user