We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941fa38 commit 6a444e1Copy full SHA for 6a444e1
assets/css/v2/style.css
@@ -996,7 +996,7 @@ h2 {
996
*/
997
table {
998
position: relative;
999
- z-index: -1;
+ z-index: 0;
1000
1001
td {
1002
padding: var(--table-row-space-between) 0;
@@ -1327,6 +1327,15 @@ code:not(pre code) {
1327
1328
.code-block {
1329
1330
+
1331
+ tr::after {
1332
+ display: none;
1333
+ }
1334
1335
+ .line .w {
1336
+ /* White-space */
1337
+ text-decoration: none !important;
1338
1339
}
1340
1341
.code-block .code-header:not(:has(.code-type)) {
0 commit comments