From 33a9af5e35875280f7bc88e1f1187fe5e99574f7 Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 4 Feb 2023 17:39:49 -0500 Subject: [PATCH] missed hrs... :facepalm: --- assets/templates/default.html | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/templates/default.html b/assets/templates/default.html index 7084784..268bb51 100644 --- a/assets/templates/default.html +++ b/assets/templates/default.html @@ -62,6 +62,7 @@ a { color: #14cccc } pre, code { background-color: #222222 } .line:target { background-color: darkgreen } + hr { border-bottom: 1px solid #dddddd } }