diff options
Diffstat (limited to 'themes/xmin/static')
-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; } |