fix "more" button on blog

This commit is contained in:
pat-s 2021-10-23 17:35:03 +02:00
parent c225748347
commit b0f067f330
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
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;
}