summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-01-02 16:40:50 -0200
committerAndrey Nering <andrey.nering@gmail.com>2017-01-02 16:40:50 -0200
commitf59672a18db930477269f783746d8ce057827e65 (patch)
tree1258f076cce698b150eaf39ea8104f04829bb4d1 /public/css
parent341a3b571bd262d7dc758825ca4dddca4e7f832b (diff)
downloadgitea-f59672a18db930477269f783746d8ce057827e65.tar.gz
gitea-f59672a18db930477269f783746d8ce057827e65.zip
More fine graned colors
Diffstat (limited to 'public/css')
-rw-r--r--public/css/index.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/index.css b/public/css/index.css
index a8d616cc05..54e7323432 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -2704,13 +2704,13 @@ footer .ui.language .menu {
}
.user.notification .octicon-issue-opened,
.user.notification .octicon-git-pull-request {
- color: green;
+ color: #21ba45;
}
.user.notification .octicon-issue-closed {
- color: red;
+ color: #d01919;
}
.user.notification .octicon-git-merge {
- color: purple;
+ color: #a333c8;
}
.dashboard {
padding-top: 15px;