dark: bg coloring of comment box

This commit is contained in:
pat-s 2021-10-12 23:11:00 +02:00
parent 19c6092361
commit 91fefbccc4
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -383,3 +383,11 @@ a.blob-excerpt {
.ui.green.labels .label, .ui.ui.ui.green.label {
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);
}