Small pres-mode fix

This commit is contained in:
Ruben 2016-09-20 10:33:01 +01:00
parent b8ea4596bf
commit 50384266c9
1 changed files with 3 additions and 0 deletions

View File

@ -253,6 +253,9 @@ ul{
.currentHit li .diff.positive{ .currentHit li .diff.positive{
color:green; color:green;
} }
.presentation .currentHit li .diff.positive{
color:yellow;
}
.currentHit p { .currentHit p {
margin: 0 -0.5em 1% -0.5em; margin: 0 -0.5em 1% -0.5em;
border-bottom: solid 1em blue; border-bottom: solid 1em blue;