mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-31 11:52:19 +00:00
feat: permalink generator
This commit is contained in:
parent
cc9e549aaf
commit
4fa89879cf
3 changed files with 18 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue