Update overlay and border color

This commit is contained in:
Chris Dill 2021-07-08 21:06:12 +01:00
parent 055c4dbbfb
commit 0d5b3c6ecc
2 changed files with 3 additions and 3 deletions

View File

@ -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;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 21 KiB