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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user