BrandedBackground: fix pattern making links unclickable

This commit is contained in:
Sidney Alcantara
2021-09-22 14:29:21 +10:00
parent 0ac8a7e95b
commit 2859dff58b

View File

@@ -35,6 +35,7 @@ export default function BrandedBackground() {
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background-image: url('${
theme.palette.mode === "dark" ? bgPatternDark : bgPattern