summaryrefslogtreecommitdiffstats
path: root/assets/scss
diff options
context:
space:
mode:
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 {