mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
More fine graned colors
This commit is contained in:
parent
341a3b571b
commit
f59672a18d
2 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue