Skip to content

Commit

Permalink
Fix dark mode bootcamp dashboard gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
dem4ron committed Jan 9, 2025
1 parent d70e6cb commit 734717c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/css/bootcamp/variables.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.bg-grad-basic {
background-image: linear-gradient(#e1ebff, rgba(225, 235, 255, 0));
background-image: linear-gradient(
var(--backgroundColorI),
var(--backgroundColorITransparent)
);
background-size: 100% 350px;
background-repeat: repeat-x;
}
2 changes: 2 additions & 0 deletions app/css/ui-kit/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
--backgroundColorH: var(--c-130B43);
/* veryLightBlue */
--backgroundColorI: #e1ebff;
--backgroundColorITransparent: rgba(225, 235, 255, 0);
--backgroundColorBorderGradientLightPurple: theme(colors.lightPurple);
--backgroundColorNotifications: linear-gradient(
180deg,
Expand Down Expand Up @@ -441,6 +442,7 @@ body.namespace-.controller-insiders.theme-light,
--backgroundColorG: var(--c-2F2943);
--backgroundColorH: var(--c-F0F3F9);
--backgroundColorI: var(--c-191525);
--backgroundColorITransparent: rgba(25, 21, 37, 0);
--backgroundColorJ: var(--backgroundColorB);
--backgroundColorBorderGradientLightPurple: theme(colors.darkBlueGray);
--backgroundColorNotifications: theme(colors.eerieBlack);
Expand Down

0 comments on commit 734717c

Please sign in to comment.