]> source.dussan.org Git - gitea.git/commit
Add --font-weight-bold and set previous bold to 601 (#24307) 23995/head
authorwxiaoguang <wxiaoguang@gmail.com>
Mon, 24 Apr 2023 17:46:00 +0000 (01:46 +0800)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 17:46:00 +0000 (13:46 -0400)
commit20a3b03fe57bebca3c30bf5a39cad62ad1ae4ed9
treeb7e35f70e8dfd5f5fc8f6fc84a23752b65d5113d
parent07aaa145dc44e822b566ac5854ea4bd0a9194622
Add --font-weight-bold and set previous bold to 601 (#24307)

Fix #24305

According to MDN, "bold" starts from 700, some fonts do not provide
"bolding" for weight 600

https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
web_src/css/admin.css
web_src/css/base.css
web_src/css/chroma/base.css
web_src/css/features/imagediff.css
web_src/css/helpers.css
web_src/css/install.css
web_src/css/markup/content.css
web_src/css/repository.css
web_src/css/shared/issuelist.css
web_src/css/user.css
web_src/js/components/DashboardRepoList.vue