From 31965309a3364a71f543e06da2d1fec398aadfef Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Oct 22 2018 11:19:57 +0000 Subject: Make preformatted text more distinct Currently preformatted text is shown on transparent background which makes it hard to discern where the block starts and ends. --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index b43e464..678841d 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -63,7 +63,7 @@ blockquote p { } pre { - background-color: transparent; + background-color: #f0f0f0; } .code_table {