mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
More fine graned colors
This commit is contained in:
@@ -2704,13 +2704,13 @@ footer .ui.language .menu {
|
|||||||
}
|
}
|
||||||
.user.notification .octicon-issue-opened,
|
.user.notification .octicon-issue-opened,
|
||||||
.user.notification .octicon-git-pull-request {
|
.user.notification .octicon-git-pull-request {
|
||||||
color: green;
|
color: #21ba45;
|
||||||
}
|
}
|
||||||
.user.notification .octicon-issue-closed {
|
.user.notification .octicon-issue-closed {
|
||||||
color: red;
|
color: #d01919;
|
||||||
}
|
}
|
||||||
.user.notification .octicon-git-merge {
|
.user.notification .octicon-git-merge {
|
||||||
color: purple;
|
color: #a333c8;
|
||||||
}
|
}
|
||||||
.dashboard {
|
.dashboard {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
|
@@ -86,13 +86,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.octicon-issue-opened, .octicon-git-pull-request {
|
.octicon-issue-opened, .octicon-git-pull-request {
|
||||||
color: green;
|
color: #21ba45;
|
||||||
}
|
}
|
||||||
.octicon-issue-closed {
|
.octicon-issue-closed {
|
||||||
color: red;
|
color: #d01919;
|
||||||
}
|
}
|
||||||
.octicon-git-merge {
|
.octicon-git-merge {
|
||||||
color: purple;
|
color: #a333c8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user