improve comment callout

This commit is contained in:
ari melody 2025-04-03 00:00:16 +01:00
parent 835dd344ca
commit 5aa241e4d6
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
3 changed files with 23 additions and 5 deletions

View file

@ -39,7 +39,7 @@ article.blog {
border: 1px solid #8884;
border-radius: 2px;
overflow: scroll;
background: #060606;
background: var(--background-alt);
}
.blog p code {
@ -47,7 +47,7 @@ article.blog {
font-size: .9em;
border: 1px solid #8884;
border-radius: 2px;
background: #060606;
background: var(--background-alt);
}
.blog img {
@ -112,6 +112,17 @@ article.blog {
border-color: var(--on-background);
}
.comment-callout {
padding: 1em;
background: var(--background-alt);
border-radius: 2px;
border: 1px solid #8884;
text-align: center;
}
.comment-callout:hover {
background: var(--background-alt);
}
.btn.bluesky,
.btn.mastodon {
font-family: monospace;