Fix colours on mobile
@creesch introduced this change, but I'm not sure why
This commit is contained in:
parent
f374bebc4e
commit
c4ad663f56
|
@ -371,10 +371,6 @@ h2 span, h2 small {
|
||||||
/* Mobile layout */
|
/* Mobile layout */
|
||||||
/* */
|
/* */
|
||||||
@media (max-width: 968px) {
|
@media (max-width: 968px) {
|
||||||
.message span {
|
|
||||||
color: #C7C7C7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bufferlines table {
|
#bufferlines table {
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 2px 4px;
|
border-spacing: 2px 4px;
|
||||||
|
|
Loading…
Reference in New Issue