Skip to content

Commit

Permalink
Merge pull request #397 from SoumyadeepOSD/sdb-branch
Browse files Browse the repository at this point in the history
feat(light-mode): fix issue #394
  • Loading branch information
tobySolutions committed Feb 14, 2023
2 parents a0cf222 + 0fac187 commit bfad048
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,7 @@ html[data-theme="dark"] .DocSearch {
}

html[data-theme="light"] .navbar {
background: linear-gradient(
34deg,
rgba(68, 18, 115, 1) 0%,
rgba(5, 30, 75, 1) 21%,
rgba(52, 79, 141, 1) 58%,
rgba(106, 137, 223, 1) 80%,
rgba(145, 227, 226, 1) 99%
);
background: linear-gradient(90deg, purple, blue);
}

div[class^="announcementBar_"] {
Expand Down Expand Up @@ -480,15 +473,7 @@ html[data-theme="light"] .menu__link {
}

html[data-theme="light"] {
background: linear-gradient(
34deg,
rgba(68, 18, 115, 1) 0%,
rgba(5, 30, 75, 1) 21%,
rgba(52, 79, 141, 1) 58%,
rgba(106, 137, 223, 1) 80%,
rgba(145, 227, 226, 1) 99%
)
repeat center;
background: rgb(108, 152, 234);
color: #fff;
}

Expand Down

2 comments on commit bfad048

@vercel
Copy link

@vercel vercel bot commented on bfad048 Feb 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on bfad048 Feb 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.