From 57728116101dd29b72047686911352620449c4d1 Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Sat, 19 Dec 2020 16:14:22 +0000 Subject: [PATCH] Add border-top to .overlay and changed color from line-color to border-color --- static/css/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;