mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2025-02-17 12:55:13 +00:00
dark: beautify gpg commit label
This commit is contained in:
parent
89228c7390
commit
a8324951fd
1 changed files with 7 additions and 0 deletions
|
@ -309,3 +309,10 @@ textarea,
|
||||||
.repository.file.list #repo-files-table td a {
|
.repository.file.list #repo-files-table td a {
|
||||||
color: #7f8699!important;
|
color: #7f8699!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* gpg commit label */
|
||||||
|
.repository #commits-table td.sha .sha.label.isSigned.isVerified, .repository #repo-files-table .sha.label.isSigned.isVerified, .repository #rev-list .sha.label.isSigned.isVerified, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerified {
|
||||||
|
border: 1px solid #21ba45 !important;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue