Improve contrast of meta borders
This commit is contained in:
parent
17cd30870a
commit
ad467e38f8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue