From 3a89da8f002e7f8caa116a1cf24df0e48aadbb9e Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Thu, 3 Oct 2024 03:10:25 -0400 Subject: =?UTF-8?q?style:=20=F0=9F=92=84=20Gradient=20works?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gradient in feature section now working. --- assets/scss/theme/theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/scss/theme/theme.scss b/assets/scss/theme/theme.scss index f122336..e82a361 100644 --- a/assets/scss/theme/theme.scss +++ b/assets/scss/theme/theme.scss @@ -47,8 +47,8 @@ @if $enable-dark-mode { @include color-mode(dark) { .gradient-featured { - background: rgb(17,0,84); - background: linear-gradient(135deg, rgba(17,0,84,1) 30%, rgba(184,78,92,1) 100%); + background: rgb(184,78,92); + background: linear-gradient(330deg, rgba(184,78,92,1) 0%, rgba(17,0,84,1) 80%); } // .card-feature { -- cgit v1.2.3