diff options
author | Alan Pearce | 2020-09-11 20:17:01 +0200 |
---|---|---|
committer | Alan Pearce | 2020-09-11 20:17:01 +0200 |
commit | dc566c038ac231b81d3b5343f47bb07ed3e9989c (patch) | |
tree | dc9e010e65b21ac6f30790d0bcbce1e8455cb642 /themes | |
parent | 68d3107ada0b68ee82a462cae212b9f2704c4a8c (diff) | |
download | website-dc566c038ac231b81d3b5343f47bb07ed3e9989c.tar.lz website-dc566c038ac231b81d3b5343f47bb07ed3e9989c.tar.zst website-dc566c038ac231b81d3b5343f47bb07ed3e9989c.zip |
Enable code line highlights
Diffstat (limited to 'themes')
-rw-r--r-- | themes/xmin/static/css/style.css | 1 |
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; } |