summaryrefslogtreecommitdiffstats
path: root/web_src/less/index.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-07 22:04:40 +0100
committerGitHub <noreply@github.com>2020-11-07 23:04:40 +0200
commit9aa8693e2cdbd4d1f128da0bdaf3af083d5fe679 (patch)
tree90681cbe36913112d4c8260462918e76c3e21627 /web_src/less/index.less
parente461f0854f451c4bbca15007696278aa6435535c (diff)
downloadgitea-9aa8693e2cdbd4d1f128da0bdaf3af083d5fe679.tar.gz
gitea-9aa8693e2cdbd4d1f128da0bdaf3af083d5fe679.zip
Frontpage and Heatmap CSS tweaks (#13443)
* 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>
Diffstat (limited to 'web_src/less/index.less')
-rw-r--r--web_src/less/index.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/less/index.less b/web_src/less/index.less
index e9ef719948..15b9062e1c 100644
--- a/web_src/less/index.less
+++ b/web_src/less/index.less
@@ -2,6 +2,7 @@
@import "./features/gitgraph.less";
@import "./features/animations.less";
+@import "./features/heatmap.less";
@import "./markdown/mermaid.less";
@import "_svg";