From cf454871b15fcfccd42adfac762deabe3513d2ad Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Tue, 23 Apr 2024 21:10:28 +0530 Subject: fix: styling of hr tag --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index b1f720b..242d9d8 100644 --- a/styles.css +++ b/styles.css @@ -87,4 +87,8 @@ p { font-size: 1.5 rem; line-height: 1.5; text-align: justify; +} + +hr { + border: 1px solid var(--color-text); } \ No newline at end of file -- cgit v1.2.3-73-gaa49b