From 80437094986a879b66c0be0d8139deb00171a43f Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Thu, 14 Sep 2023 12:56:08 +0200 Subject: [PATCH] fix mod color thread view --- src/components/styled/views/Thread.styled.jsx | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/components/styled/views/Thread.styled.jsx b/src/components/styled/views/Thread.styled.jsx index c6810840..7b3e54af 100644 --- a/src/components/styled/views/Thread.styled.jsx +++ b/src/components/styled/views/Thread.styled.jsx @@ -2495,6 +2495,10 @@ export const BoardForm = styled.div` color: #117743; font-weight: 700; } + + .capcode { + color: purple !important; + } .subject-mobile { color: #cc1105; @@ -2612,6 +2616,10 @@ export const BoardForm = styled.div` color: #117743; font-weight: 700; } + + .capcode { + color: purple !important; + } .subject-mobile { color: #0f0c5d; @@ -2725,6 +2733,10 @@ export const BoardForm = styled.div` color: #117743; font-weight: 700; } + + .capcode { + color: purple !important; + } .subject-mobile { color: #cc1105; @@ -2841,6 +2853,10 @@ export const BoardForm = styled.div` color: #117743; font-weight: 700; } + + .capcode { + color: purple !important; + } .subject-mobile { color: #0f0c5d; @@ -2954,6 +2970,10 @@ export const BoardForm = styled.div` font-weight: 700; } + .capcode { + color: #81a2be !important; + } + .poster-address-mobile { color: #707070; } @@ -3075,6 +3095,10 @@ export const BoardForm = styled.div` color: #004a99; font-weight: 700; } + + .capcode { + color: #f60 !important; + } .subject-mobile { color: #111;