Skip to content

Commit 330e5c6

Browse files
fix: enforce menu-background color to override inherited styles
1 parent 84ff902 commit 330e5c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/homepage/menu/menu.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
padding: 90px 17px 40px 24px;
1010
width: 250px;
11-
background: var(--menu-background);
11+
background: var(--menu-background) !important;
1212
position: fixed !important;
1313
bottom: 0;
1414
top: 0;

0 commit comments

Comments
 (0)