aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/components/DashboardRepoList.vue
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-04-25 01:46:00 +0800
committerGitHub <noreply@github.com>2023-04-24 13:46:00 -0400
commit20a3b03fe57bebca3c30bf5a39cad62ad1ae4ed9 (patch)
treeb7e35f70e8dfd5f5fc8f6fc84a23752b65d5113d /web_src/js/components/DashboardRepoList.vue
parent07aaa145dc44e822b566ac5854ea4bd0a9194622 (diff)
downloadgitea-20a3b03fe57bebca3c30bf5a39cad62ad1ae4ed9.tar.gz
gitea-20a3b03fe57bebca3c30bf5a39cad62ad1ae4ed9.zip
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>
Diffstat (limited to 'web_src/js/components/DashboardRepoList.vue')
-rw-r--r--web_src/js/components/DashboardRepoList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/components/DashboardRepoList.vue b/web_src/js/components/DashboardRepoList.vue
index 1af53aac90..a3a02ecadb 100644
--- a/web_src/js/components/DashboardRepoList.vue
+++ b/web_src/js/components/DashboardRepoList.vue
@@ -74,7 +74,7 @@
<a class="repo-list-link gt-df gt-ac gt-sb" :href="repo.link">
<div class="item-name gt-df gt-ac gt-f1">
<svg-icon :name="repoIcon(repo)" :size="16" class-name="gt-mr-2"/>
- <div class="text gt-bold truncate gt-ml-1">{{ repo.full_name }}</div>
+ <div class="text truncate gt-ml-1">{{ repo.full_name }}</div>
<span v-if="repo.archived">
<svg-icon name="octicon-archive" :size="16" class-name="gt-ml-2"/>
</span>