light: fix color of PR delete button\

This commit is contained in:
LingZhaoHui 2023-01-02 23:06:13 +08:00
parent 4b130f4fec
commit 8877b558fd

View File

@ -366,7 +366,7 @@ a.muted {
.ui.negative.buttons .button,
.ui.negative.button {
background-color: none;
color: #db2828;
color: #fff;
}
.ui.green.button {
@ -428,6 +428,16 @@ ui.basic.blue.button:hover,
border-radius: 6px;
}
// branch display in PRs
.issue.list .branches .branch {
background-color: #afb8c133;
border-radius: 6px;
}
.issue.list .branches .truncated-name {
color: #24292f;
padding: 2px;
}
a:hover {
color: #1e70bf !important;
}