From 35eb39c4697767239447db9f0825e3db5afc38e3 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Wed, 26 Aug 2020 13:35:01 +0200 Subject: [PATCH] HFP-3006 Change contrast for iframe action buttons --- styles/h5p.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/h5p.css b/styles/h5p.css index ae31b96..f5811eb 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -199,13 +199,13 @@ div.h5p-fullscreen { background: none; padding: 0 0.75em 0 0.25em; vertical-align: top; - color: #999; + color: #707070; text-decoration: none; outline: none; line-height: 22px; } .h5p-actions > .h5p-button:hover { - color: #666; + color: #333; } .h5p-actions > .h5p-button:active, .h5p-actions > .h5p-button:focus,