forgejo/web_src/css
silverwind 76315e0919
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/**/*
```

(cherry picked from commit fabe01478ab449cc4870b7e2a9a1db3911bb14bd)

Conflicts:
	templates/repo/header.tmpl
	prefered Forgejo file & re-ran the commands to ensure the
	migration is done
2024-03-26 19:04:28 +01:00
..
chroma
codemirror
editor Clean up diff header css and reduce global textarea min-height (#29232) 2024-02-19 22:58:33 +01:00
features Fix various loading states, remove .loading class (#29920) 2024-03-26 19:04:26 +01:00
markup
modules Remove fomantic grid module (#29894) 2024-03-26 19:04:26 +01:00
repo Add border radius for wiki pages (#29937) 2024-03-26 19:04:27 +01:00
shared Add <overflow-menu>, rename webcomponents (#29400) 2024-03-20 08:46:29 +01:00
standalone
themes Misc color tweaks (#29943) 2024-03-26 19:04:26 +01:00
actions.css Replace 10 more gt- classes with tw- (#29945) 2024-03-26 19:04:27 +01:00
admin.css
base.css Remove fomantic site module (#29980) 2024-03-26 19:04:27 +01:00
dashboard.css Remove the negative margin from .page-content (#29922) 2024-03-26 19:04:26 +01:00
explore.css
font_i18n.css
form.css Merge pull request '[PORT] Unify search boxes (gitea#29530)' (#2688) from snematoda/port-29530 into forgejo 2024-03-24 05:33:13 +00:00
helpers.css Migrate font-weight helpers to tailwind (#30027) 2024-03-26 19:04:28 +01:00
home.css
index.css Remove fomantic grid module (#29894) 2024-03-26 19:04:26 +01:00
install.css
org.css Unify organizations header (#29248) 2024-02-26 22:30:26 +01:00
repo.css Refactor clone-panel styles (#29861) 2024-03-26 19:04:24 +01:00
review.css
user.css Remove the negative margin from .page-content (#29922) 2024-03-26 19:04:26 +01:00