diff --git a/static/css/global.css b/static/css/global.css index 13f256e..7128c73 100755 --- a/static/css/global.css +++ b/static/css/global.css @@ -66,7 +66,8 @@ a:hover { .overlay { background-size: cover; background-position: center; - border-bottom: 2px solid var(--line-color); + border-bottom: 2px solid var(--border-color); + border-top: 2px solid var(--border-color); display: flex; min-height: 200px; text-align: center;