mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 09:45:05 +01:00
9aa8693e2c
* Frontpage and Heatmap CSS tweaks - Make heatmap use primary color - Defined secondary color shades - Set various blue colors to CSS vars - Misc tweaks * remove a useless variable * remove another useless variable Co-authored-by: Lauris BH <lauris@nix.lv>
26 lines
529 B
Plaintext
26 lines
529 B
Plaintext
@import "~font-awesome/css/font-awesome.css";
|
|
|
|
@import "./features/gitgraph.less";
|
|
@import "./features/animations.less";
|
|
@import "./features/heatmap.less";
|
|
@import "./markdown/mermaid.less";
|
|
|
|
@import "_svg";
|
|
@import "_tribute";
|
|
@import "_base";
|
|
@import "_markdown";
|
|
@import "_home";
|
|
@import "_install";
|
|
@import "_form";
|
|
@import "_repository";
|
|
@import "_editor";
|
|
@import "_organization";
|
|
@import "_user";
|
|
@import "_dashboard";
|
|
@import "_admin";
|
|
@import "_explore";
|
|
@import "_review";
|
|
@import "_chroma";
|
|
|
|
@import "./helpers.less";
|