mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-23 22:01:01 +00:00
dark: fix colors of gpg banner and commit box
This commit is contained in:
parent
7e0ee572a6
commit
a42e4a9f67
1 changed files with 24 additions and 0 deletions
|
@ -465,3 +465,27 @@ a.blob-excerpt {
|
||||||
.lines-num span:after {
|
.lines-num span:after {
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* gpg key signed message */
|
||||||
|
.repository .ui.attached.isSigned.isVerified.message {
|
||||||
|
background-color: var(--color-primary);
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.repository .ui.attached.isSigned.isVerified.message .ui.text {
|
||||||
|
color: var(--color-active);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui .info.segment.top {
|
||||||
|
background-color: var(--color-navbar)!important;
|
||||||
|
}
|
||||||
|
.repository .ui.attached.isSigned.isVerified.top, .repository .ui.attached.isSigned.isVerified.message {
|
||||||
|
border-top: 0px solid var(--color-text);
|
||||||
|
}
|
||||||
|
.repository .ui.attached.isSigned.isVerified {
|
||||||
|
border-left: 0px solid var(--color-text);
|
||||||
|
border-right: 0px solid var(--color-text);
|
||||||
|
}
|
||||||
|
.repository .ui.attached.isSigned.isVerified:last-child, .repository .ui.attached.isSigned.isVerified.bottom {
|
||||||
|
border-bottom: 0px solid #a3c293;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue