feat: parse accepted answer and add tag
This commit is contained in:
@ -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; */
|
||||
}
|
Reference in New Issue
Block a user