diff --git a/src/routes/_components/profile/AccountProfileMeta.html b/src/routes/_components/profile/AccountProfileMeta.html index 290c1802..33258673 100644 --- a/src/routes/_components/profile/AccountProfileMeta.html +++ b/src/routes/_components/profile/AccountProfileMeta.html @@ -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 {