Skip to content

Commit bb9e20e

Browse files
Fix document and improve comment (#24844)
* Fix broken doc link: https://github.com/go-gitea/gitea/actions/runs/5041309438/jobs/9040887385 * Improve comments about how font weight works: #24827 (review) --------- Co-authored-by: silverwind <me@silverwind.io>
1 parent 32ec254 commit bb9e20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/doc/help/faq.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ A "login prohibited" user is a user that is not allowed to log in to Gitea anymo
136136

137137
## Setting up logging
138138

139-
- [Official Docs]({{< relref "doc/administration/logging-documentation.en-us.md" >}})
139+
- [Official Docs]({{< relref "doc/administration/logging-config.en-us.md" >}})
140140

141141
## What is Swagger?
142142

web_src/css/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--fonts-proportional: -apple-system, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial;
44
--fonts-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji);
55
--fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";
6-
/* font weights - use between 400 and 600 for general purposes */
6+
/* font weights - use between 400 and 600 for general purposes. Avoid 700 as it is perceived too bold */
77
--font-weight-light: 300;
88
--font-weight-normal: 400;
99
--font-weight-medium: 500;

0 commit comments

Comments
 (0)