mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
light: align background color of branch names in PRs
This commit is contained in:
parent
f6e48f9fe1
commit
f0cafd6f01
2 changed files with 11 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue