Skip to content

Commit 2b2f2e8

Browse files
committed
format
1 parent 2a95d85 commit 2b2f2e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ accepted.
4848

4949
1. Download the latest CSS theme file from the release page and place it in the `data/gitea/public/assets/css` directory
5050
(This directory may not be available by default and needs to be manually created)
51-
2. Modify `data/gitea/conf/app.ini` and append the CSS filename without the `theme-` prefix to the end of `THEMES` under the
52-
`[ui]` section
51+
2. Modify `data/gitea/conf/app.ini` and append the CSS filename without the `theme-` prefix to the end of `THEMES` under
52+
the `[ui]` section
5353
3. Restart Gitea
5454
4. Check the theme in the settings
5555

styles/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ import "./public";
77
// 组件样式
88
import "./components";
99
// 模板专属样式
10-
import "./templates";
10+
import "./templates";

0 commit comments

Comments
 (0)