From 3e716d912c9af1ddb2d3fb11c1e3caea57d1f0ce Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Tue, 31 Jan 2023 14:50:55 +0100 Subject: style.scss: hr border-top -> border --- static/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.scss b/static/style.scss index 8ca7110..9bc4e57 100644 --- a/static/style.scss +++ b/static/style.scss @@ -107,5 +107,5 @@ img { } hr { - border-top: 1px dashed black; + border: 1px dashed black; } -- cgit v1.2.3