Improve contrast of meta borders

This commit is contained in:
Nick Colley 2023-02-01 11:39:54 +00:00
parent 17cd30870a
commit ad467e38f8
1 changed files with 4 additions and 2 deletions

View File

@ -47,7 +47,8 @@
height: 1px;
width: 100%;
grid-column: 1 / 4;
background: var(--main-border);
background: currentColor;
opacity: 0.2;
justify-self: center;
}
@ -72,7 +73,8 @@
right: 0;
top: 15%;
height: 70%;
border-right: 1px solid var(--main-border);
border-right: 1px solid;
opacity: 0.2;
}
.account-profile-meta-value {