about summary refs log tree commit diff stats
path: root/themes/xmin
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
parent68d3107ada0b68ee82a462cae212b9f2704c4a8c (diff)
downloadwebsite-dc566c038ac231b81d3b5343f47bb07ed3e9989c.tar.lz
website-dc566c038ac231b81d3b5343f47bb07ed3e9989c.tar.zst
website-dc566c038ac231b81d3b5343f47bb07ed3e9989c.zip
Enable code line highlights
Diffstat (limited to 'themes/xmin')
-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 {
 table thead th { border-bottom: 1px solid #ddd; }
 th, td { padding: 5px; }
 thead, tfoot, tr:nth-child(even) { background: #eee; }
+.hl { background-color: #ffc; }