feat: permalink generator

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

View file

@ -90,6 +90,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 {