mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix mod color thread view
This commit is contained in:
@@ -2495,6 +2495,10 @@ export const BoardForm = styled.div`
|
|||||||
color: #117743;
|
color: #117743;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: purple !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subject-mobile {
|
.subject-mobile {
|
||||||
color: #cc1105;
|
color: #cc1105;
|
||||||
@@ -2612,6 +2616,10 @@ export const BoardForm = styled.div`
|
|||||||
color: #117743;
|
color: #117743;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: purple !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subject-mobile {
|
.subject-mobile {
|
||||||
color: #0f0c5d;
|
color: #0f0c5d;
|
||||||
@@ -2725,6 +2733,10 @@ export const BoardForm = styled.div`
|
|||||||
color: #117743;
|
color: #117743;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: purple !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subject-mobile {
|
.subject-mobile {
|
||||||
color: #cc1105;
|
color: #cc1105;
|
||||||
@@ -2841,6 +2853,10 @@ export const BoardForm = styled.div`
|
|||||||
color: #117743;
|
color: #117743;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: purple !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subject-mobile {
|
.subject-mobile {
|
||||||
color: #0f0c5d;
|
color: #0f0c5d;
|
||||||
@@ -2954,6 +2970,10 @@ export const BoardForm = styled.div`
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: #81a2be !important;
|
||||||
|
}
|
||||||
|
|
||||||
.poster-address-mobile {
|
.poster-address-mobile {
|
||||||
color: #707070;
|
color: #707070;
|
||||||
}
|
}
|
||||||
@@ -3075,6 +3095,10 @@ export const BoardForm = styled.div`
|
|||||||
color: #004a99;
|
color: #004a99;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: #f60 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subject-mobile {
|
.subject-mobile {
|
||||||
color: #111;
|
color: #111;
|
||||||
|
|||||||
Reference in New Issue
Block a user