mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 23:16:54 +00:00
选中字体颜色
This commit is contained in:
@@ -1945,4 +1945,8 @@ pre[class*='language-'] {
|
|||||||
|
|
||||||
.notion-asset-wrapper-pdf > div {
|
.notion-asset-wrapper-pdf > div {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
@apply bg-blue-500 text-gray-50 !important;
|
||||||
}
|
}
|
||||||
@@ -26,16 +26,6 @@
|
|||||||
margin-top: -0.1rem;
|
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-'],
|
.notion-code > code[class*='language-'],
|
||||||
pre[class*='language-'] {
|
pre[class*='language-'] {
|
||||||
background: black;
|
background: black;
|
||||||
|
|||||||
Reference in New Issue
Block a user