From 35a9820aa01221b984aa1b4dcba52392e629d534 Mon Sep 17 00:00:00 2001 From: Jean-Romain Garnier Date: Sun, 31 Jan 2021 12:19:36 +0100 Subject: [PATCH] Fix color of hr elements --- template.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template.scss b/template.scss index cae4e1c..8b6e497 100644 --- a/template.scss +++ b/template.scss @@ -25,6 +25,9 @@ body { color: $text-color; background-color: $background-color; } +hr { + border-color: $border-color; +} /*