Remove unused styles

This commit is contained in:
Lucas Phang 2021-04-29 11:28:52 +10:00
parent 86a09e2b08
commit c7384ab26f
2 changed files with 0 additions and 5 deletions

View File

@ -5,10 +5,6 @@
/* ********************* */
/* ***** CONSTANTS ***** */
/* ********************* */
$theme-primary: #fe4c00;
$theme-primary-2: #eb5929;
$theme-secondary: #ffd618;
$theme-secondary-1: #ffd400;
/* **************************** */
/* ******** RESPONSIVE ******** */

View File

@ -120,7 +120,6 @@ const Blog = (props: Props) => {
breakClassName={'break-me'}
activeClassName={'active bg-secondary'}
containerClassName={'pagination bg-primary text-white front-prompt'}
pageLinkClassName={''}
initialPage={currentPage - 1}
pageCount={pageCount}
marginPagesDisplayed={1}