light: align background color of branch names in PRs

This commit is contained in:
pat-s 2022-09-22 14:37:08 +02:00
parent f6e48f9fe1
commit f0cafd6f01
No known key found for this signature in database
GPG key ID: 3C6318841EF78925
2 changed files with 11 additions and 0 deletions

View file

@ -394,6 +394,11 @@
.ui.basic.primary.buttons .button:hover {
box-shadow: inset 0 0 0 0px transparent !important;
}
// background color of branch name in PRs
.issue.list .branches .branch {
background-color: #afb8c133;
border-radius: 6px;
}
}
@media (prefers-color-scheme: dark) {
:root {

View file

@ -388,3 +388,9 @@ ui.basic.blue.button:hover,
.ui.basic.primary.buttons .button:hover {
box-shadow: inset 0 0 0 0px transparent !important;
}
// background color of branch name in PRs
.issue.list .branches .branch {
background-color: #afb8c133;
border-radius: 6px;
}