Add border-top to .overlay and changed color from line-color to border-color
This commit is contained in:
parent
a731a82ea8
commit
5772811610
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue