From ecaa4c30be24fd7fd55eea888ca0a6d18a140d60 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Tue, 24 Sep 2024 03:17:01 -0400 Subject: ch-ch-changes --- assets/scss/custom.scss | 12 ++++++++++++ assets/scss/theme/theme.scss | 4 ---- 2 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 assets/scss/theme/theme.scss (limited to 'assets/scss') diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 37ae8de..10095f5 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -6,4 +6,16 @@ @import "../node_modules/bootstrap/scss/bootstrap"; // Then add additional custom code here +.gradient-featured { + background: $white; + background: linear-gradient(135deg, $white 0%, tint-color($primary, 80%) 100%); +} +@if $enable-dark-mode { + @include color-mode(dark) { + .gradient-featured { + background: rgb(17,0,84); + background: linear-gradient(90deg, rgba(17,0,84,1) 25%, rgba(184,78,92,1) 100%); + } + } +} \ No newline at end of file diff --git a/assets/scss/theme/theme.scss b/assets/scss/theme/theme.scss deleted file mode 100644 index 7e70cdc..0000000 --- a/assets/scss/theme/theme.scss +++ /dev/null @@ -1,4 +0,0 @@ -.gradient-featured { - background: $white; - background: linear-gradient(135deg, $white 0%, tint-color($primary, 80%) 100%); -} \ No newline at end of file -- cgit v1.2.3