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
silverwind 226a82a939
Migrate font-family to tailwind (#30118)
Enable us to use tailwind's
[`font-family`](https://tailwindcss.com/docs/font-family) classes as
well as remove `gt-mono` in favor of `tw-font-mono`. I also merged the
"compensation" to one selector, previously this was two different values
0.9em and 0.95em. I did not declare a `serif` font because I don't think
there will ever be a use case for those. Command ran:

```sh
perl -p -i -e 's#gt-mono#tw-font-mono#g' web_src/js/**/* templates/**/*
10 months ago
..
admin Migrate `gt-hidden` to `tw-hidden` (#30046) 10 months ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Migrate `gt-hidden` to `tw-hidden` (#30046) 10 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Add svg linter and fix incorrect svgs (#30086) 10 months ago
explore Migrate margin and padding helpers to tailwind (#30043) 10 months ago
mail Remove unnecessary SanitizeHTML from code (#29575) 11 months ago
org Fix: Organization Interface Display Issue (#30133) 10 months ago
package Migrate margin and padding helpers to tailwind (#30043) 10 months ago
projects Drag-and-drop improvements for projects and issue pins (#29875) 10 months ago
repo Migrate font-family to tailwind (#30118) 10 months ago
shared Migrate font-family to tailwind (#30118) 10 months ago
status Migrate margin and padding helpers to tailwind (#30043) 10 months ago
swagger Fix lint-swagger warning (#29787) 11 months ago
user Migrate `gt-hidden` to `tw-hidden` (#30046) 10 months ago
webhook Fix incorrect tailwind migration (#30007) 10 months ago
home.tmpl Migrate margin and padding helpers to tailwind (#30043) 10 months ago
install.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 10 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago