summaryrefslogtreecommitdiffstats
path: root/web_src/less/_dashboard.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-15 21:58:16 +0100
committerGitHub <noreply@github.com>2020-11-15 15:58:16 -0500
commit0de546009e466486cd88dfa98d07d8775bd3087d (patch)
tree9150f26ad2580337acace452363a3081942d366d /web_src/less/_dashboard.less
parent7a30e97002ec8bd601b93549d4efc51743ecf2b3 (diff)
downloadgitea-0de546009e466486cd88dfa98d07d8775bd3087d.tar.gz
gitea-0de546009e466486cd88dfa98d07d8775bd3087d.zip
CSS color variables, less bold font weight and more (#13567)
* CSS color variables, less bold font weight - Define color variables for fully saturated colors and apply them where it made sense - Add background color helper classes - Globally reduce bold font weight from 700 to 500 - Remove border from timeline icons - Unify dropzone styling - Various border style consolidations * attempt to fix test * another attempt at tests * fix contains
Diffstat (limited to 'web_src/less/_dashboard.less')
-rw-r--r--web_src/less/_dashboard.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less
index f2dd145f55..d798f2bed5 100644
--- a/web_src/less/_dashboard.less
+++ b/web_src/less/_dashboard.less
@@ -61,7 +61,7 @@
}
.right.stackable.menu > .item.active {
- color: #d9453d;
+ color: var(--color-red);
}
}