diff --git a/app/com/gitpitch/views/frags/SlideshowMenuStyle.scala.html b/app/com/gitpitch/views/frags/SlideshowMenuStyle.scala.html index 8a339ed..bc02f7c 100644 --- a/app/com/gitpitch/views/frags/SlideshowMenuStyle.scala.html +++ b/app/com/gitpitch/views/frags/SlideshowMenuStyle.scala.html @@ -8,11 +8,6 @@ font-size:1.3em; font-weight: bold; } - /* GitPitch Reveal Core Styling Overrides */ - .reveal .speaker-notes { - background-color: #2a76dd; - opacity : 0.9; - } .reveal .controls { bottom: 20px; } diff --git a/app/com/gitpitch/views/frags/SlideshowRevealCoreOverrides.scala.html b/app/com/gitpitch/views/frags/SlideshowRevealCoreOverrides.scala.html index 5508f95..c995a6f 100644 --- a/app/com/gitpitch/views/frags/SlideshowRevealCoreOverrides.scala.html +++ b/app/com/gitpitch/views/frags/SlideshowRevealCoreOverrides.scala.html @@ -7,8 +7,8 @@ font-weight: bold; } .reveal .speaker-notes { - background-color: #2a76dd; - opacity : 0.9; + background-color: black; + opacity : 0.8; } .reveal .controls { bottom: 20px;