Fix background color contrast on Zenburn previews
This commit is contained in:
parent
a7ddfbc8a3
commit
a96b071fb3
@ -59,7 +59,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: #33332f;
|
background: #333;
|
||||||
border-top: 1px solid #000;
|
border-top: 1px solid #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -237,10 +237,11 @@ body {
|
|||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Embeds */
|
/* Previews */
|
||||||
|
|
||||||
#chat .toggle-content,
|
#chat .toggle-content,
|
||||||
#chat .toggle-button {
|
#chat .toggle-button {
|
||||||
background: #93b3a3;
|
background: #333;
|
||||||
color: #dcdccc;
|
color: #dcdccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user