Skip to content

Commit 6a444e1

Browse files
authored
fix: Codeblock rendering with extra options (#219)
1 parent 941fa38 commit 6a444e1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

assets/css/v2/style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ h2 {
996996
*/
997997
table {
998998
position: relative;
999-
z-index: -1;
999+
z-index: 0;
10001000

10011001
td {
10021002
padding: var(--table-row-space-between) 0;
@@ -1327,6 +1327,15 @@ code:not(pre code) {
13271327

13281328
.code-block {
13291329
position: relative;
1330+
1331+
tr::after {
1332+
display: none;
1333+
}
1334+
1335+
.line .w {
1336+
/* White-space */
1337+
text-decoration: none !important;
1338+
}
13301339
}
13311340

13321341
.code-block .code-header:not(:has(.code-type)) {

0 commit comments

Comments
 (0)