From 0289d20d8b8c8eaeed36ba91696c1cdca90f16a5 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 12 Dec 2022 09:50:15 +0800 Subject: [PATCH] Use opacity instead of color Allow skeleton styles to work --- src/components/account.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/account.css b/src/components/account.css index 91a58dab..0b11377a 100644 --- a/src/components/account.css +++ b/src/components/account.css @@ -17,7 +17,7 @@ display: flex; flex-wrap: wrap; gap: 16px; - color: var(--text-insignificant-color); + opacity: 0.75; } #account-container .actions {