Fix color of "more" button on blog (#101)

The color is currently off from the main green tone used everywhere.

![image](/attachments/c65e4a36-bad7-4aee-89aa-b0f04a1ae9ff)

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Reviewed-on: https://gitea.com/gitea/theme/pulls/101
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: wxiaoguang <wxiaoguang@noreply.gitea.io>
Co-authored-by: pat-s <pat-s@noreply.gitea.io>
Co-committed-by: pat-s <pat-s@noreply.gitea.io>
This commit is contained in:
pat-s 2021-10-27 15:04:16 +08:00 committed by wxiaoguang
parent c225748347
commit e041c73a40
1 changed files with 5 additions and 0 deletions

View File

@ -256,3 +256,8 @@ code {
display: block;
margin: 0 auto;
}
.button.is-success.is-outlined {
border-color: #528321;
color: #528321;
}