light: modify branch listing in PR view

This commit is contained in:
pat-s 2022-12-13 09:22:34 +01:00
parent 2bd47654dd
commit 59b09324ec
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
2 changed files with 19 additions and 0 deletions

View File

@ -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 {

View File

@ -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;
}