Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix document and improve comment #24844

Merged
merged 7 commits into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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. 700 should not be used as it is perceived too bold */
silverwind marked this conversation as resolved.
Show resolved Hide resolved
--font-weight-light: 300;
--font-weight-normal: 400;
--font-weight-medium: 500;
Expand Down