From 668312fe84a562c1d00b890ea433d9e2d4502afb Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Mon, 30 Sep 2024 06:54:11 -0400 Subject: =?UTF-8?q?chore:=20=F0=9F=A4=96=20Added=20content,=20fixed=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added more content, flushing out structure, and corrected some bugs. --- assets/scss/custom.scss | 8 -------- assets/scss/theme/theme.scss | 4 +--- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 assets/scss/custom.scss (limited to 'assets/scss') diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss deleted file mode 100644 index de9380d..0000000 --- a/assets/scss/custom.scss +++ /dev/null @@ -1,8 +0,0 @@ -// Custom.scss -// Option A: Include all of Bootstrap - -// Include any default variable overrides here (though functions won't be available) - -@import "../node_modules/bootstrap/scss/bootstrap"; - -// Then add additional custom code here 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 { -- cgit v1.2.3