Fix color of "more" button on blog #101

Merged
wxiaoguang merged 1 commits from pat-s/theme:fix-more into master 2021-10-27 07:04:17 +00:00

View File

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