1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-26 11:28:27 +00:00

UI: Change GPG Validation colors and remove inline CSS; fixes #5404 (#5896)

This commit is contained in:
EpicCoder
2019-01-30 00:11:53 +01:00
committed by techknowlogick
parent 2569363204
commit c62c0b669a
5 changed files with 23 additions and 8 deletions

View File

@@ -275,6 +275,18 @@ pre, code {
text-align: center;
}
&.bottom.attached.message {
font-weight: bold;
text-align: left;
color: black;
.pull-right {
color: black;
}
&>span, .pull-right>span{
color:#21ba45;
}
}
.header > i + .content {
padding-left: 0.75rem;
vertical-align: middle;