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