Change CSS variable names + create a themer #109

Merged
a3thakra merged 5 commits from adi-create-themer into main 2021-08-03 19:37:03 -04:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 9db930d9e2 - Show all commits

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;