public/deck.js/themes/style/neon.scss in deckrb-0.4.2 vs public/deck.js/themes/style/neon.scss in deckrb-0.5.0

- old
+ new

@@ -1,8 +1,8 @@ .deck-container { font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; - font-size:1.25em; + font-size:1.75em; color:#aaa; background:#000; .slide { background:#000; @@ -97,9 +97,19 @@ } > .slide { .deck-before, .deck-previous { opacity:0.4; + + &:not(.deck-child-current) { + .deck-before, .deck-previous { + opacity:1; + } + } + } + + .deck-child-current { + opacity:1; } } .deck-status { font-size:0.6666em;