light: modify branch listing in PR view
This commit is contained in:
parent
2bd47654dd
commit
59b09324ec
@ -399,6 +399,15 @@
|
||||
background-color: #afb8c133;
|
||||
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;
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
|
@ -394,3 +394,13 @@ ui.basic.blue.button:hover,
|
||||
background-color: #afb8c133;
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user