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, 4 insertions, 0 deletions
diff --git a/assets/scss/theme/theme.scss b/assets/scss/theme/theme.scss
new file mode 100644
index 0000000..7e70cdc
--- /dev/null
+++ b/assets/scss/theme/theme.scss
@@ -0,0 +1,4 @@
+.gradient-featured {
+ background: $white;
+ background: linear-gradient(135deg, $white 0%, tint-color($primary, 80%) 100%);
+} \ No newline at end of file