💄 🐛 Fixed code block line number background color style.

This commit is contained in:
凡梦星尘 2022-08-09 09:23:37 +08:00
parent 36b428f1d9
commit b739434f8d
2 changed files with 6 additions and 4 deletions

View File

@ -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 {

View File

@ -6,7 +6,7 @@
} }
pre { pre {
padding: 10px; padding: 18px;
margin: 0; margin: 0;
} }