Skip to content

Commit

Permalink
Fix document and improve comment (#24844)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
wxiaoguang and silverwind authored May 22, 2023
1 parent 32ec254 commit bb9e20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/doc/help/faq.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ A "login prohibited" user is a user that is not allowed to log in to Gitea anymo

## Setting up logging

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

## What is Swagger?

Expand Down
2 changes: 1 addition & 1 deletion web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--fonts-proportional: -apple-system, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial;
--fonts-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji);
--fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";
/* font weights - use between 400 and 600 for general purposes */
/* font weights - use between 400 and 600 for general purposes. Avoid 700 as it is perceived too bold */
--font-weight-light: 300;
--font-weight-normal: 400;
--font-weight-medium: 500;
Expand Down

0 comments on commit bb9e20e

Please sign in to comment.