1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-07-27 04:20:43 +08:00

style: 调整主题色为深灰并优化文章页样式

1.  将全局主题色替换为#1A1A1A
2.  重构markdown样式,优化间距与排版
3.  新增文章页返回顶部功能
4.  优化文章详情页的布局与交互细节
This commit is contained in:
小莫唐尼
2026-06-15 18:26:56 +08:00
parent 01c929c4b5
commit c4fc9c930e
5 changed files with 98 additions and 62 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export default defineConfig({
theme: {
colors: {
/** 主题色,用法如: text-primary */
primary: 'var(--wot-color-theme,#0957DE)',
primary: '#1A1A1A',
page: '#F8F8F8',
page2: '#F9FAFB',
page3: '#F8FAFC',