From ad467e38f8a67a652744aebd37d911450b5f639e Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Wed, 1 Feb 2023 11:39:54 +0000 Subject: [PATCH] Improve contrast of meta borders --- src/routes/_components/profile/AccountProfileMeta.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 {