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:
@@ -2496,6 +2496,10 @@ export const BoardForm = styled.div`
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: purple !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subject-mobile {
|
.subject-mobile {
|
||||||
color: #cc1105;
|
color: #cc1105;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@@ -2613,6 +2617,10 @@ export const BoardForm = styled.div`
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: purple !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subject-mobile {
|
.subject-mobile {
|
||||||
color: #0f0c5d;
|
color: #0f0c5d;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@@ -2726,6 +2734,10 @@ export const BoardForm = styled.div`
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: purple !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subject-mobile {
|
.subject-mobile {
|
||||||
color: #cc1105;
|
color: #cc1105;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@@ -2842,6 +2854,10 @@ export const BoardForm = styled.div`
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: purple !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subject-mobile {
|
.subject-mobile {
|
||||||
color: #0f0c5d;
|
color: #0f0c5d;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@@ -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;
|
||||||
}
|
}
|
||||||
@@ -3076,6 +3096,10 @@ export const BoardForm = styled.div`
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.capcode {
|
||||||
|
color: #f60 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.subject-mobile {
|
.subject-mobile {
|
||||||
color: #111;
|
color: #111;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
Reference in New Issue
Block a user