Skip to content

Commit 68511ee

Browse files
authored
[Changelog] replace box shadow with border on main changelog page (#1678)
* replace box shadow with border on changelog * remove border from dark mode
1 parent af7bb18 commit 68511ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/overrides.scss

+2-3
Original file line numberDiff line numberDiff line change
@@ -842,9 +842,8 @@ article img {
842842

843843
.changelogMainContainer {
844844
background-color: colors.$lightbg;
845-
border-right: 1px solid colors.$lightbg;
846-
border-left: 1px solid colors.$lightbg;
847-
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
845+
border-right: 1px solid colors.$base120;
846+
border-left: 1px solid colors.$base120;
848847

849848
.changelogTitle {
850849
color: colors.$purple200;

0 commit comments

Comments
 (0)