diff --git a/ISSUES/line numbers :feature b/ISSUES/line numbers :feature deleted file mode 100644 index e69de29..0000000 diff --git a/assets/templates/default.html b/assets/templates/default.html index a79beed..268bb51 100644 --- a/assets/templates/default.html +++ b/assets/templates/default.html @@ -59,9 +59,10 @@ color: #dddddd; background-color: #111111; } - a { color: cyan; } + a { color: #14cccc } pre, code { background-color: #222222 } .line:target { background-color: darkgreen } + hr { border-bottom: 1px solid #dddddd } }