mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
💄 Improve placeholder text color (#16566)
This commit is contained in:
parent
6202fd39ec
commit
168e492c81
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@
|
|||
font-weight: bold;
|
||||
|
||||
&:empty::after {
|
||||
color: var(--b3-theme-on-surface-light);
|
||||
color: var(--b3-empty-color);
|
||||
content: attr(data-tip);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -411,7 +411,7 @@
|
|||
|
||||
&:empty::after {
|
||||
content: attr(data-tip);
|
||||
color: var(--b3-theme-on-surface-light);
|
||||
color: var(--b3-empty-color);
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue