You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the project uses Lightning CSS to transpile CSS nesting code, it will contain a large number of :is() selectors, and browsers below Chrome 88 are not supported. Using browsers below Chrome 88 may cause many styling issues. Please update to Chrome 88 or above.
✨ Feature
Adapt the theme color identification and color blindness identification to the new version of Gitea.
The theme name for red-green color blindness has been synchronized with GitHub, providing a more accurate display of the name.
The CSS transpilation engine has been switched from SASS to LightingCSS. Thanks to the optimization provided by LightingCSS, the CSS file size has been reduced by 10%.
🌈 Style
Add transition animation to the repository/organization buttons on the dashboard page.