💄 🐛 Fixed code block line number background color style.
This commit is contained in:
parent
36b428f1d9
commit
b739434f8d
@ -4,12 +4,14 @@
|
|||||||
background: var(--highlight-background);
|
background: var(--highlight-background);
|
||||||
margin-bottom: 26px;
|
margin-bottom: 26px;
|
||||||
|
|
||||||
.table-container, pre {
|
pre {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-container table tbody tr {
|
table tbody tr {
|
||||||
background: none;
|
//TODO Fixed the too long code line over
|
||||||
|
// layout background color.
|
||||||
|
background: #272822;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre > code span {
|
pre > code span {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: 10px;
|
padding: 18px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user