diff --git a/src/components/styles/Board.styled.jsx b/src/components/styles/Board.styled.jsx index 27a35f92..4e765732 100644 --- a/src/components/styles/Board.styled.jsx +++ b/src/components/styles/Board.styled.jsx @@ -2534,6 +2534,10 @@ export const BoardForm = styled.div` color: red; } + #reply-button:hover { + color: red !important; + } + .reply-link:not(:hover) { color: #00e !important; } @@ -2692,6 +2696,10 @@ export const BoardForm = styled.div` color: #d00; } + #reply-button:hover { + color: #d00 !important; + } + .reply-link:not(:hover) { color: #34345c !important; } @@ -2844,6 +2852,10 @@ export const BoardForm = styled.div` .post-number a:hover { color: red; } + + #reply-button:hover { + color: red !important; + } .reply-link { text-decoration: underline !important; @@ -3001,6 +3013,10 @@ export const BoardForm = styled.div` color: red; } + #reply-button:hover { + color: red !important; + } + .reply-link { text-decoration: underline !important; } @@ -3153,6 +3169,10 @@ export const BoardForm = styled.div` color: #5f89ab; } + #reply-button:hover { + color: #5f89ab !important; + } + .reply-link:not(:hover) { color: #81a2be; } @@ -3315,6 +3335,10 @@ export const BoardForm = styled.div` color: #ff3300; } + #reply-button:hover { + color: #ff3300 !important; + } + .reply-link:not(:hover) { color: #f60 !important; }