dark: optimize issue & PR count labels

This commit is contained in:
pat-s 2023-03-28 23:00:12 +02:00
parent bb5db6bef2
commit e034d5a31c
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
2 changed files with 12 additions and 0 deletions

View File

@ -1406,4 +1406,10 @@
.tag-code, .tag-code td, .tag-code .blob-excerpt {
background-color: var(--color-body);
}
/* issue \& PR count labels */
.ui.menu .item>.label {
background: rgba(99,110,123,0.4);
color: #cdd9e5;
}
}

View File

@ -985,3 +985,9 @@ footer {
.tag-code, .tag-code td, .tag-code .blob-excerpt {
background-color: var(--color-body);
}
/* issue \& PR count labels */
.ui.menu .item>.label {
background: rgba(99,110,123,0.4);
color: #cdd9e5;
}