Make highlight background semitransparent

This commit is contained in:
Guangcong Luo 2015-07-15 06:01:49 -04:00
parent ce8ed4d931
commit 31c035abcb

View File

@ -1008,7 +1008,7 @@ p.or:after {
display: none;
}
.highlighted {
background-color: #FFDDAA;
background-color: rgba(255,180,100,0.33);
}
.revealed {
background-color: #C8FDEA;