From ae4ce80334fa764a2762b357b4cf0c4c5a25d369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Tue, 16 Jan 2018 20:38:07 +0100 Subject: [PATCH] Highlighted code tags with grey background --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 2bb39d0..ad5b58a 100644 --- a/style.css +++ b/style.css @@ -29,3 +29,7 @@ a:visited { color: #36738a; } +code { + background-color: #f2f2f2; + border: 1px solid #e0e0e0; +}