Skip to content

Commit

Permalink
[Changelog] replace box shadow with border on main changelog page (#1678
Browse files Browse the repository at this point in the history
)

* replace box shadow with border on changelog

* remove border from dark mode
  • Loading branch information
ryancurtis1 authored Dec 12, 2024
1 parent af7bb18 commit 68511ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pages/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -842,9 +842,8 @@ article img {

.changelogMainContainer {
background-color: colors.$lightbg;
border-right: 1px solid colors.$lightbg;
border-left: 1px solid colors.$lightbg;
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
border-right: 1px solid colors.$base120;
border-left: 1px solid colors.$base120;

.changelogTitle {
color: colors.$purple200;
Expand Down

0 comments on commit 68511ee

Please sign in to comment.