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:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user