vrifox/gitea-theme
Archived
1
0
Fork 0

repository diff: signed section

This commit is contained in:
Vrifox 2020-12-08 20:27:05 +01:00
parent 65d1b95936
commit f024982cbe
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -72,7 +72,6 @@
}
}
}
&.divider {}
}
}
.container {
@ -1442,10 +1441,13 @@
color: $white-dark !important;
}
}
.info {
.attached.info {
background: $bg50;
border: 0;
color: $white;
&.isSigned.isVerified {
border: 0;
}
.text.grey {
.time-since {
color: $white-dark !important;
@ -1462,6 +1464,18 @@
}
}
}
.attached.message.isSigned.isVerified {
background: $bg50;
border: 0;
border-top: 2px solid $green;
color: $green;
span.text {
color: $white;
}
span.pull-right {
color: $green;
}
}
div {
.diff-detail-box {
background: $bg50;