fix: missing component Image and modify block css style

This commit is contained in:
sy
2023-03-31 20:52:36 +08:00
parent fd3b026154
commit 80b39b4945
2 changed files with 14 additions and 3 deletions

View File

@@ -225,12 +225,19 @@ nav {
}
/* Webmention style */
.post-footer {
.webmention-block {
background: rgba(0, 116, 222, .2);
padding: 1rem 2rem;
border-radius: 5px;
}
.webmention-header {
font-style: italic;
font-weight: 700;
font-size: 16px;
margin-bottom: .5rem;
}
.webmention {
margin-top: 1rem;
padding-top: 1rem;