Add border-top to .overlay and changed color from line-color to border-color
This commit is contained in:
parent
a731a82ea8
commit
5772811610
@ -66,7 +66,8 @@ a:hover {
|
|||||||
.overlay {
|
.overlay {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
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;
|
display: flex;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user