diff --git a/static/css/global.css b/static/css/global.css index 4cc46a6..98f2bf8 100755 --- a/static/css/global.css +++ b/static/css/global.css @@ -5,7 +5,7 @@ --header-color: #202225; --headings-color: #ffffff; --font-color: #ffffff; - --border-color: #ffffff; + --border-color: #141414; --line-color: #ffffff; --link-color: #CC99FF; --link-color-hover: #ffffff; @@ -89,10 +89,10 @@ a:hover { .overlay { background-size: cover; background-position: center; - border-bottom: 2px solid var(--border-color); border-top: 2px solid var(--border-color); + border-bottom: 4px solid var(--border-color); display: flex; - min-height: 200px; + height: 200px; text-align: center; align-items: center; justify-content: center; diff --git a/static/img/bluenebula.webp b/static/img/bluenebula.webp index 8b0f1d5..5c7abe8 100644 Binary files a/static/img/bluenebula.webp and b/static/img/bluenebula.webp differ