From 6367f560ecd28a7a8e95288efbf1bdc4ebf48ffa Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 3 Jun 2020 01:22:58 -0500 Subject: [PATCH] Promo panel css fixes --- app/styles/components/getting-started.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/styles/components/getting-started.scss b/app/styles/components/getting-started.scss index a99a3c2d3..b73ee5455 100644 --- a/app/styles/components/getting-started.scss +++ b/app/styles/components/getting-started.scss @@ -19,7 +19,6 @@ flex: 0 0 auto; padding: 10px; padding-top: 20px; - opacity: 0.7; ul { margin-bottom: 10px; @@ -30,21 +29,19 @@ } p { - color: var(--primary-text-color); + color: rgba(var(--primary-text-color-rgb), 0.8); font-size: 13px; margin-bottom: 20px; a { - color: var(--primary-text-color-faint); + color: rgba(var(--primary-text-color-rgb), 0.4); text-decoration: underline; - opacity: 0.8; } } a { text-decoration: none; - color: var(--primary-text-color-faint); - opacity: 0.8; + color: rgba(var(--primary-text-color-rgb), 0.4); &:hover, &:focus,