You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/shared
silverwind fabe01478a
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/**/*
```
11 months ago
..
actions Replace 10 more gt- classes with tw- (#29945) 11 months ago
search Replace 10 more gt- classes with tw- (#29945) 11 months ago
secrets Fix incorrect tailwind migration (#30007) 11 months ago
user Migrate font-weight helpers to tailwind (#30027) 11 months ago
variables Fix incorrect tailwind migration (#30007) 11 months ago
webhook Change webhook-type in create-view (#29114) 12 months ago
combomarkdowneditor.tmpl cleanup locale function usage (#27227) 1 year ago
issueicon.tmpl Performance improvements for pull request list page (#29900) 11 months ago
issuelist.tmpl Remove unnecessary ".Link" usages (#29909) 11 months ago
repo_search.tmpl Improve repo search UI (#29767) 11 months ago
searchbottom.tmpl Fix incorrect tailwind migration (#30007) 11 months ago
searchfile.tmpl Fix wrong line number in code search result (#29260) 11 months ago