From 2f42b01e57da9ed3bc67f308a26103797fd8b7b9 Mon Sep 17 00:00:00 2001 From: Violet Date: Fri, 22 Sep 2023 14:00:09 +0000 Subject: [PATCH] Oops HRs were broken --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style.css b/static/style.css index 6e37661..6708bc5 100644 --- a/static/style.css +++ b/static/style.css @@ -121,4 +121,10 @@ img:hover { transform: scale(1); /* border-color: rgb(255, 200, 255); */ object-fit: cover; +} + +hr { + color: white; + opacity: 0.5; + border-width: 2px; } \ No newline at end of file