about summary refs log tree commit diff stats
path: root/themes/xmin/static
diff options
context:
space:
mode:
authorAlan Pearce2020-09-11 20:17:01 +0200
committerAlan Pearce2020-09-11 20:17:01 +0200
commitdc566c038ac231b81d3b5343f47bb07ed3e9989c (patch)
treedc9e010e65b21ac6f30790d0bcbce1e8455cb642 /themes/xmin/static
parent68d3107ada0b68ee82a462cae212b9f2704c4a8c (diff)
downloadwebsite-dc566c038ac231b81d3b5343f47bb07ed3e9989c.tar.xz
website-dc566c038ac231b81d3b5343f47bb07ed3e9989c.zip
Enable code line highlights
Diffstat (limited to 'themes/xmin/static')
-rw-r--r--themes/xmin/static/css/style.css1
1 files changed, 1 insertions, 0 deletions
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 {
54table thead th { border-bottom: 1px solid #ddd; } 54table thead th { border-bottom: 1px solid #ddd; }
55th, td { padding: 5px; } 55th, td { padding: 5px; }
56thead, tfoot, tr:nth-child(even) { background: #eee; } 56thead, tfoot, tr:nth-child(even) { background: #eee; }
57.hl { background-color: #ffc; }