mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 15:10:26 +00:00
@@ -1294,6 +1294,8 @@ code[class*='language-'] {
|
|||||||
transition: background 20ms ease-in 0s;
|
transition: background 20ms ease-in 0s;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
@apply dark:stroke-slate-200
|
||||||
}
|
}
|
||||||
|
|
||||||
.notion-file-link:hover {
|
.notion-file-link:hover {
|
||||||
@@ -1328,10 +1330,12 @@ code[class*='language-'] {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
color: var(--fg-color-3);
|
/* color: var(--fg-color-3); */
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
|
|
||||||
|
@apply dark:text-gray-400 !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.notion-audio {
|
.notion-audio {
|
||||||
|
|||||||
Reference in New Issue
Block a user