mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
ec77e2bafd
commit
1b077c164c
1 changed files with 1 additions and 1 deletions
|
@ -607,6 +607,7 @@
|
||||||
& > span {
|
& > span {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
color: var(--b3-theme-on-surface);
|
||||||
|
|
||||||
&:not(:empty)::before {
|
&:not(:empty)::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -615,7 +616,6 @@
|
||||||
&::before {
|
&::before {
|
||||||
counter-increment: linenumber;
|
counter-increment: linenumber;
|
||||||
content: counter(linenumber);
|
content: counter(linenumber);
|
||||||
color: var(--b3-theme-on-surface);
|
|
||||||
display: block;
|
display: block;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue