Merge branch 'answer-linking'

This commit is contained in:
httpjamesm 2023-02-14 20:12:56 -05:00
commit 9d28ee483c
No known key found for this signature in database
3 changed files with 18 additions and 1 deletions

View file

@ -94,6 +94,13 @@ img {
margin-bottom: 1rem;
background-color: var(--meta-bg);
color: var(--text-color);
display: flex;
justify-content: space-between;
}
.answer-meta p {
margin: 0;
}
.answer-meta.accepted {