Use hexadecimal values for color

This commit is contained in:
Matt Rogers 2015-07-25 07:59:56 -05:00
parent 568996ae73
commit aa36fb97ab

View file

@ -302,5 +302,5 @@ div.note_wrapper p {
white-space: none;
border: 1px solid transparent;
background-color: #999999;
color: white;
color: #ffffff;
}