mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
dark: bg coloring of comment box
This commit is contained in:
parent
19c6092361
commit
91fefbccc4
1 changed files with 8 additions and 0 deletions
|
@ -383,3 +383,11 @@ a.blob-excerpt {
|
||||||
.ui.green.labels .label, .ui.ui.ui.green.label {
|
.ui.green.labels .label, .ui.ui.ui.green.label {
|
||||||
background-color: #347d39;
|
background-color: #347d39;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* bg color of PR comment form */
|
||||||
|
.ui.form, .ui.form .field .dropdown, .ui.form .field .dropdown .menu>.item {
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
}
|
||||||
|
.comment-code-cloud {
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue