Skip to content

Commit

Permalink
fix: gradient on discover page (#329)
Browse files Browse the repository at this point in the history
* fix: gradient on discover page

* fix: use suggestion from dokterkaj
  • Loading branch information
somerand0mcatt authored Oct 2, 2024
1 parent 9685264 commit 5419994
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ div[class^="sidebarRegion"] {
}
}

// gradient on discover page
[class^="gradientBackground_"] > [class^="gradient_"] {
background: linear-gradient(270deg, $blue, $base 102.45%);
}

div[class^="contentRegion"] {
div[class*="noticeRegion_"] div[style="background_color: rgb(24, 25, 28);"] {
background-color: $crust !important;
Expand Down

0 comments on commit 5419994

Please sign in to comment.