mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
dark: adjust colors of info message
This commit is contained in:
parent
90a8d59165
commit
67d0060173
1 changed files with 6 additions and 0 deletions
|
@ -493,3 +493,9 @@ a.blob-excerpt {
|
||||||
.repository .ui.attached.isSigned.isVerified:last-child, .repository .ui.attached.isSigned.isVerified.bottom {
|
.repository .ui.attached.isSigned.isVerified:last-child, .repository .ui.attached.isSigned.isVerified.bottom {
|
||||||
border-bottom: 0px solid #a3c293;
|
border-bottom: 0px solid #a3c293;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* info message banner colors */
|
||||||
|
.ui.info.message {
|
||||||
|
background-color: var(--color-navbar);
|
||||||
|
color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue