Set body color of dialog text to black, closes #43
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user