summaryrefslogtreecommitdiffstats
path: root/assets/scss/custom.scss
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-29 20:59:12 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-29 20:59:12 -0400
commit77d974a907db4c96865d216f8d5f80d82396a19f (patch)
tree6818dd9703de5c24e0e61ebae1359cc8bedd06f8 /assets/scss/custom.scss
parent2c003b73e47b8b85b5bfa1f86adf828a24192430 (diff)
style: 💄 New pages and menu items
New pages, menu items, stylistic alterations, and additional pages.
Diffstat (limited to 'assets/scss/custom.scss')
-rw-r--r--assets/scss/custom.scss13
1 files changed, 0 insertions, 13 deletions
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