summaryrefslogtreecommitdiffstats
path: root/assets/scss
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-30 06:54:11 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-30 06:54:35 -0400
commit668312fe84a562c1d00b890ea433d9e2d4502afb (patch)
treec9b432b262793f6d60f8552f79271e69f5734b3d /assets/scss
parent6b2c92638482a7b7eeb5e8320a816e471069b0c7 (diff)
chore: 🤖 Added content, fixed menu
Added more content, flushing out structure, and corrected some bugs.
Diffstat (limited to 'assets/scss')
-rw-r--r--assets/scss/custom.scss8
-rw-r--r--assets/scss/theme/theme.scss4
2 files changed, 1 insertions, 11 deletions
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 {