fixed handleClickTop/Bottom and post title

This commit is contained in:
plebbitor
2023-02-22 11:22:36 +01:00
parent 42c18a56e9
commit f8f6828a88
2 changed files with 23 additions and 28 deletions
+6 -2
View File
@@ -1370,7 +1370,7 @@ export const BoardForm = styled.div`
}
.quote-link {
color: navy;
color: #34345C;
text-decoration: underline;
}
@@ -1669,10 +1669,14 @@ export const BoardForm = styled.div`
}
.quote-link {
color: #d00;
color: #34345C;
text-decoration: underline;
}
.quote-link:hover {
color: red;
}
.backlink span {
padding: 0;
}