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

@ -44,6 +44,11 @@
padding: 0 .75em;
overflow: auto;
margin-bottom: 0.25em;
color: $dialog-text-color;
p{
color: $dialog-text-color;
}
}
.cwv3_btns{