From 025fa6ea80d31ef47422eb1515f6c8b74f2eea8b Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 16 Mar 2015 12:31:15 +0200 Subject: [PATCH] Change the horrendous mark colour --- assets/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 5f5e737..49d2776 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -324,7 +324,7 @@ blockquote cite { blockquote cite a { font-weight: normal; } mark { - background-color: #FFC336; + background-color: #fdffb6; } code, tt {