From 77d974a907db4c96865d216f8d5f80d82396a19f Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Sun, 29 Sep 2024 20:59:12 -0400 Subject: =?UTF-8?q?style:=20=F0=9F=92=84=20New=20pages=20and=20menu=20item?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New pages, menu items, stylistic alterations, and additional pages. --- assets/scss/custom.scss | 13 ------------- assets/scss/theme/theme.scss | 17 ++++------------- 2 files changed, 4 insertions(+), 26 deletions(-) (limited to 'assets/scss') diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 10095f5..de9380d 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -6,16 +6,3 @@ @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 index 401d288..9fadc5f 100644 --- a/assets/scss/theme/theme.scss +++ b/assets/scss/theme/theme.scss @@ -2,6 +2,7 @@ background: $white; background: linear-gradient(135deg, $white 0%, tint-color($primary, 80%) 100%); } + // .card-feature { // background-color: var(--#{$prefix}light) if($enable-important-utilities, !important, null); // } @@ -45,21 +46,11 @@ @if $enable-dark-mode { @include color-mode(dark) { - // .gradient-featured { - // background: $gray-900; - // background: linear-gradient(135deg, $gray-900 0%, shade-color($primary, 60%) 100%); - // } - - // .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%); - // } - .gradient-featured { background: rgb(17,0,84); - background: linear-gradient(135deg, rgba(17,0,84,1) 30%, rgba(184,78,92,1) 100%); + 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%); } // .card-feature { -- cgit v1.2.3