From dc566c038ac231b81d3b5343f47bb07ed3e9989c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 11 Sep 2020 20:17:01 +0200 Subject: Enable code line highlights --- themes/xmin/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/xmin/static/css/style.css b/themes/xmin/static/css/style.css index d4ef517..d8bf127 100644 --- a/themes/xmin/static/css/style.css +++ b/themes/xmin/static/css/style.css @@ -54,3 +54,4 @@ blockquote { table thead th { border-bottom: 1px solid #ddd; } th, td { padding: 5px; } thead, tfoot, tr:nth-child(even) { background: #eee; } +.hl { background-color: #ffc; } -- cgit 1.4.1