选中字体颜色

This commit is contained in:
tangly1024
2022-12-06 21:36:12 +08:00
parent 88cecd652b
commit a6d3dfe7c0
2 changed files with 4 additions and 10 deletions

View File

@@ -1945,4 +1945,8 @@ pre[class*='language-'] {
.notion-asset-wrapper-pdf > div {
display: block !important;
}
::selection {
@apply bg-blue-500 text-gray-50 !important;
}

View File

@@ -26,16 +26,6 @@
margin-top: -0.1rem;
}
pre[class*='language-'].line-numbers {
position: relative;
padding: 3px; /*修改*/
padding-left: 3.8em;
counter-reset: linenumber;
max-height: 400px; /*修改*/
background: black;
border: none;
}
.notion-code > code[class*='language-'],
pre[class*='language-'] {
background: black;