From 966aa1938bc2e666f9346833880e59637c5f1315 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Tue, 10 Jan 2023 15:55:36 +0100 Subject: [PATCH] add background-color to hr tags --- public/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/styles.css b/public/styles.css index 7e55f15..5fc6ff2 100644 --- a/public/styles.css +++ b/public/styles.css @@ -143,6 +143,10 @@ a { cursor: pointer; } +hr { + background-color: white; +} + /* Icons */