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

View file

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