Remove CurseForge integration - some more minor fixes

This commit is contained in:
Jai A
2020-11-30 15:34:04 -07:00
parent d7e6367ff3
commit a8d150db5c
5 changed files with 5 additions and 57 deletions

View File

@@ -103,7 +103,7 @@
hr {
margin: 20px 0;
color: var(--color-grey-2);
color: var(--color-divider);
}
}

View File

@@ -189,16 +189,6 @@ body {
--font-weight-text: var(--font-weight-medium);
--font-weight-heading: var(--font-weight-extrabold);
--font-weight-title: var(--font-weight-extrabold);
// Temporary
--color-grey-7: #ff0000;
--color-grey-6: #ff0000;
--color-grey-5: #ff0000;
--color-grey-4: #ff0000;
--color-grey-3: #ff0000;
--color-grey-2: #ff0000;
--color-grey-1: #ff0000;
--color-grey-0: #ff0000;
}
svg {