mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 23:31:25 -04:00
fix(style): remove padding for highlighted code (#157)
* fix(style): remove padding for highlighted lines * chore: run build:css
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
}
|
||||
.ln,
|
||||
.lnt:not(.hl > .lnt),
|
||||
.hl {
|
||||
.hl:not(.line) {
|
||||
@apply pl-4 pr-4 min-w-[2.6rem] text-neutral-600 dark:text-neutral-300;
|
||||
}
|
||||
.lntd {
|
||||
|
Reference in New Issue
Block a user