feat: parse accepted answer and add tag

This commit is contained in:
httpjamesm
2022-12-27 23:00:54 -05:00
parent f1d22a713f
commit 010bd290af
3 changed files with 25 additions and 2 deletions

View File

@ -67,4 +67,17 @@ a {
border: 0;
height: 1px;
background-color: #42464e;
}
img {
max-width: 100%;
}
.accepted-answer {
background-color: #8cffc0;
border-radius: 5px;
padding: 1rem;
color: black;
margin-bottom: 1rem;
/* width: fit-content; */
}