forked from MarseyWorld/MarseyWorld
better deleted and removed colors for light mode
parent
ddc4b3e9e0
commit
bb58181d95
|
@ -4,3 +4,11 @@ blockquote {
|
||||||
.unread {
|
.unread {
|
||||||
background: #00000022!important;
|
background: #00000022!important;
|
||||||
}
|
}
|
||||||
|
.deleted {
|
||||||
|
background-color: #bebe28!important;
|
||||||
|
border-left: 10px solid #bebe28!important;
|
||||||
|
}
|
||||||
|
.banned {
|
||||||
|
background-color: #ff7e7e!important;
|
||||||
|
border-left: 10px solid #ff7e7e!important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue