mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
fix: code block with linenos and hl_lines style error
This commit is contained in:
parent
5371faac79
commit
00975551af
5 changed files with 808 additions and 457 deletions
|
|
@ -30,6 +30,27 @@
|
|||
/* Auto direction for text */
|
||||
unicode-bidi: plaintext;
|
||||
}
|
||||
|
||||
/* Code block */
|
||||
pre mark {
|
||||
@apply block text-inherit;
|
||||
}
|
||||
|
||||
pre table {
|
||||
@apply !m-0 !w-full border-collapse;
|
||||
}
|
||||
|
||||
pre table tr {
|
||||
@apply !border-0 !border-none;
|
||||
}
|
||||
|
||||
pre table td {
|
||||
@apply !p-0;
|
||||
}
|
||||
|
||||
pre table td:nth-of-type(1) {
|
||||
@apply min-w-4 select-none;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue