summaryrefslogtreecommitdiffstats
path: root/assets/scss/theme/theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/theme/theme.scss')
-rw-r--r--assets/scss/theme/theme.scss4
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 {