Set body color of dialog text to black, closes #43

This commit is contained in:
Jay Wood
2016-05-23 10:12:19 -04:00
parent f2155652da
commit 1a5d7f6334
7 changed files with 16 additions and 4 deletions

View File

@ -41,6 +41,10 @@
padding: 0 .75em;
overflow: auto;
margin-bottom: 0.25em;
color: #000000;
}
.cwv3_dialog .cwv3_content p {
color: #000000;
}
.cwv3_dialog .cwv3_btns {
background: rgba(50, 50, 50, 0.5);