From e041c73a409fd50378c6798a64e0792c3534dee2 Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 27 Oct 2021 15:04:16 +0800 Subject: [PATCH] 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 Reviewed-on: https://gitea.com/gitea/theme/pulls/101 Reviewed-by: Lunny Xiao Reviewed-by: wxiaoguang Co-authored-by: pat-s Co-committed-by: pat-s --- src/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main.scss b/src/main.scss index 296a50f..20ad886 100644 --- a/src/main.scss +++ b/src/main.scss @@ -256,3 +256,8 @@ code { display: block; margin: 0 auto; } + +.button.is-success.is-outlined { + border-color: #528321; + color: #528321; +}