Added better contrast of right text

This commit is contained in:
Christopher Pitt 2015-08-21 09:29:20 +12:00
parent e4b1ddbd86
commit 1fe8bb689d
2 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,9 @@
width: 100%;
max-width: 100%;
}
.userform .field label.right {
color: #555;
}
.userformsgroup {
border: 1px solid #ccc;

View File

@ -51,6 +51,10 @@
clear: both;
width: 100%;
max-width: 100%;
.field label.right {
color: #555;
}
}
.userformsgroup {