From f745689d06cd1e46e07e3b237044fd6af34f9bc4 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Tue, 23 Sep 2025 11:57:12 -0700 Subject: [PATCH] fix color consitency --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f02ebf3..2df0498 100644 --- a/style.css +++ b/style.css @@ -166,7 +166,7 @@ audio { } hr { - color: light-dark(black, whitesmoke); + border-color: light-dark(black, whitesmoke); } #title-1>.h1-container {