From ec518a6f6701ef6af69dfbe058422de9aa89fce8 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 25 Oct 2019 10:22:14 +0200 Subject: [PATCH] HFP-2860 Fix BG color --- styles/h5p.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/h5p.css b/styles/h5p.css index 7b8dbfe..7600b28 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -551,7 +551,7 @@ div.h5p-fullscreen { } .h5p-content pre > code, .h5peditor pre > code { - background-color: #d1d1d1; + background-color: #fafafa; padding: 5px; display: block; line-height: normal;