mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
1f7802db97
* Various Mermaid improvments - Render into iframe for improved security - Use built-in dark theme instead of color inversion - Remove flexbox attributes, resulting in more consistent size rendering - Update API usage and update to latest version * restart ci * misc tweaks * remove unneccesary declaration * make it work without allow-same-origin, add loading=lazy * remove loading attribute, does not seem to work * rename variable * skip roundtrip to DOM for rendering * don't guess chart height * update comment to make it clear it's intentional * tweak * replace deprecated 'scrolling' property * remove unused css file Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
38 lines
908 B
Plaintext
38 lines
908 B
Plaintext
@import "font-awesome/css/font-awesome.css";
|
|
|
|
@import "./variables.less";
|
|
@import "./animations.less";
|
|
@import "./shared/issuelist.less";
|
|
@import "./features/dropzone.less";
|
|
@import "./features/gitgraph.less";
|
|
@import "./features/heatmap.less";
|
|
@import "./features/imagediff.less";
|
|
@import "./features/codeeditor.less";
|
|
@import "./features/projects.less";
|
|
@import "./markup/content.less";
|
|
@import "./markup/codecopy.less";
|
|
@import "./code/linebutton.less";
|
|
|
|
@import "./chroma/base.less";
|
|
@import "./chroma/light.less";
|
|
@import "./codemirror/base.less";
|
|
@import "./codemirror/light.less";
|
|
|
|
@import "_svg";
|
|
@import "_tribute";
|
|
@import "_font_i18n";
|
|
@import "_base";
|
|
@import "_home";
|
|
@import "_install";
|
|
@import "_form";
|
|
@import "_repository";
|
|
@import "_editor";
|
|
@import "_organization";
|
|
@import "_user";
|
|
@import "_dashboard";
|
|
@import "_admin";
|
|
@import "_explore";
|
|
@import "_review";
|
|
|
|
@import "./helpers.less";
|