From 2618a6e7d52a41d41aed7a58ef26cdd51939d25c Mon Sep 17 00:00:00 2001 From: David Russell Date: Tue, 24 Oct 2017 09:45:22 +0700 Subject: [PATCH] Inline speaker notes color contrast adjusted. --- app/com/gitpitch/views/frags/SlideshowMenuStyle.scala.html | 5 ----- .../views/frags/SlideshowRevealCoreOverrides.scala.html | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) 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;