diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-30 06:54:11 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-30 06:54:35 -0400 |
| commit | 668312fe84a562c1d00b890ea433d9e2d4502afb (patch) | |
| tree | c9b432b262793f6d60f8552f79271e69f5734b3d /assets/scss/theme/theme.scss | |
| parent | 6b2c92638482a7b7eeb5e8320a816e471069b0c7 (diff) | |
chore: 🤖 Added content, fixed menu
Added more content, flushing out structure, and corrected some bugs.
Diffstat (limited to 'assets/scss/theme/theme.scss')
| -rw-r--r-- | assets/scss/theme/theme.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/scss/theme/theme.scss b/assets/scss/theme/theme.scss index 9fadc5f..f122336 100644 --- a/assets/scss/theme/theme.scss +++ b/assets/scss/theme/theme.scss @@ -48,9 +48,7 @@ @include color-mode(dark) { .gradient-featured { background: rgb(17,0,84); - background: -webkit-linear-gradient(top left, rgba(17,0,84,1) 30%, rgba(184,78,92,1) 100%); - background: -o-linear-gradient(top left, rgba(17,0,84,1) 30%, rgba(184,78,92,1) 100%); - background: linear-gradient(to bottom right, rgba(17,0,84,1) 30%, rgba(184,78,92,1) 100%); + background: linear-gradient(135deg, rgba(17,0,84,1) 30%, rgba(184,78,92,1) 100%); } // .card-feature { |
