diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-03 03:10:25 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-03 03:10:25 -0400 |
| commit | 3a89da8f002e7f8caa116a1cf24df0e48aadbb9e (patch) | |
| tree | ed92ec986752355a0368c2f7242f36a85e7c3c06 /assets | |
| parent | a7e96cbc9c2d7cdf8103ba8514c36cd488447bb1 (diff) | |
style: 💄 Gradient works
Gradient in feature section now working.
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/scss/theme/theme.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
