From 24e1e3187a39d146b4bb5c50c954af34bbf481a9 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sat, 21 Dec 2019 20:59:52 -0500 Subject: [PATCH] Lighten horizontal rule color in light mode --- styles/light.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/light.json b/styles/light.json index 7780a07..fc89965 100644 --- a/styles/light.json +++ b/styles/light.json @@ -79,7 +79,7 @@ }, "hr": { "format": "\n--------\n", - "color": "240" + "color": "249" }, "block_quote": { "indent": 1,