优化 编辑器工具栏位置调整;

优化 日期、字数信息布局调整;
This commit is contained in:
User
2025-10-11 18:32:11 +08:00
parent 34daf24731
commit 1ae28a8040
3 changed files with 222 additions and 62 deletions

View File

@@ -12,6 +12,10 @@
--primary-dark: #4a3224; /* Darker shade of primary */
--primary-light: #f5f0e6; /* Light background tone */
/* Editor typography - Consistent font size and line height */
--editor-font-size: 19px; /* Base font size for editor */
--editor-line-height: 1.5; /* Line height for editor */
/* Background colors - Warm paper-like tones */
--background: #fbf7ed; /* Main app background - warm off-white */
--background-secondary: #f7f2e9; /* Slightly darker background */