From 765d2d046087239532cfe22954dc8e7aeb02f5b8 Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 4 Feb 2023 17:35:26 -0500 Subject: [PATCH 1/3] css update: okay i think i'm happy with the default dark theme now. made the link color less jarring --- assets/templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/templates/default.html b/assets/templates/default.html index a79beed..7084784 100644 --- a/assets/templates/default.html +++ b/assets/templates/default.html @@ -59,7 +59,7 @@ color: #dddddd; background-color: #111111; } - a { color: cyan; } + a { color: #14cccc } pre, code { background-color: #222222 } .line:target { background-color: darkgreen } } From 33a9af5e35875280f7bc88e1f1187fe5e99574f7 Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 4 Feb 2023 17:39:49 -0500 Subject: [PATCH 2/3] 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 } } From 190b6f86aa5549f09b53085ae181a9ad80d91ded Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 4 Feb 2023 22:31:51 -0500 Subject: [PATCH 3/3] removed line numbers issue :D --- ISSUES/line numbers :feature | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ISSUES/line numbers :feature diff --git a/ISSUES/line numbers :feature b/ISSUES/line numbers :feature deleted file mode 100644 index e69de29..0000000