You've already forked SmartisanNote.Remake
完善部分阴影系统;
把所有px单位转换为rem;
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
--primary-light: #f5f0e6; /* Light background tone */
|
||||
|
||||
/* Editor typography - Consistent font size and line height */
|
||||
--editor-font-size: 23px; /* Base font size for editor */
|
||||
--editor-font-size: 1.4375rem; /* Base font size for editor */
|
||||
--editor-line-height: 1.1; /* Line height for editor */
|
||||
|
||||
/* Background colors - Warm paper-like tones */
|
||||
@@ -94,7 +94,8 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
background-color: var(--background);
|
||||
background-color: white;
|
||||
background: url('/assets/icons/drawable-xxhdpi/note_setting_bg.png');
|
||||
color: var(--text-primary);
|
||||
/* 适配iPhone X及更新机型的刘海屏 */
|
||||
padding-top: env(safe-area-inset-top);
|
||||
|
||||
Reference in New Issue
Block a user