1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

More fine graned colors

This commit is contained in:
Andrey Nering
2017-01-02 16:40:50 -02:00
parent 341a3b571b
commit f59672a18d
2 changed files with 6 additions and 6 deletions

View File

@@ -86,13 +86,13 @@
}
.octicon-issue-opened, .octicon-git-pull-request {
color: green;
color: #21ba45;
}
.octicon-issue-closed {
color: red;
color: #d01919;
}
.octicon-git-merge {
color: purple;
color: #a333c8;
}
}
}