Fix missing instances of primary background color

This commit is contained in:
Aditya Thakral 2021-07-27 07:08:08 -04:00
parent 757b66897e
commit 9db930d9e2
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
max-width: calc(540rem / 16);
padding: calc(24rem / 16);
border-radius: calc(20rem / 16);
background-color: white;
background-color: var(--primary-background);
}
.poster {

View File

@ -24,6 +24,7 @@ body {
--navbar-page-overlay: #787878b2;
background-color: var(--primary-background);
color: var(--text);
font-family: "Poppins", "sans-serif";
font-size: 1rem;