mirror of
https://github.com/ljcoder2015/obsidian-excel.git
synced 2026-07-22 08:30:28 +00:00
fix: add sheet dark mode input text color
This commit is contained in:
parent
e5a36707ff
commit
fcbf77855e
1 changed files with 1 additions and 0 deletions
|
|
@ -754,6 +754,7 @@ body {
|
|||
padding: 0 8px;
|
||||
background: #fff;
|
||||
border: 1px solid #e9e9e9;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
border-radius: 3px;
|
||||
transition: box-shadow 0.1s ease, border-color 0.1s ease;
|
||||
box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
|
||||
|
|
|
|||
Loading…
Reference in a new issue