mirror of
https://github.com/go-gitea/gitea
synced 2025-07-26 12:18:36 +00:00
Migrate font-weight helpers to tailwind (#30027)
Commands ran: ```sh perl -p -i -e 's#gt-font-light#tw-font-light#g' web_src/js/**/* templates/**/* perl -p -i -e 's#gt-font-normal#tw-font-normal#g' web_src/js/**/* templates/**/* perl -p -i -e 's#gt-font-medium#tw-font-medium#g' web_src/js/**/* templates/**/* perl -p -i -e 's#gt-font-semibold#tw-font-semibold#g' web_src/js/**/* templates/**/* perl -p -i -e 's#gt-font-bold#tw-font-bold#g' web_src/js/**/* templates/**/* ```
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{{range .LanguageStats}}
|
||||
<div class="item">
|
||||
<i class="color-icon" style="background-color: {{.Color}}"></i>
|
||||
<span class="gt-font-semibold">
|
||||
<span class="tw-font-semibold">
|
||||
{{if eq .Language "other"}}
|
||||
{{ctx.Locale.Tr "repo.language_other"}}
|
||||
{{else}}
|
||||
|
Reference in New Issue
Block a user