diff --git a/assets/style.scss b/assets/style.scss index 80a344e..eda51b4 100755 --- a/assets/style.scss +++ b/assets/style.scss @@ -5,10 +5,6 @@ /* ********************* */ /* ***** CONSTANTS ***** */ /* ********************* */ -$theme-primary: #fe4c00; -$theme-primary-2: #eb5929; -$theme-secondary: #ffd618; -$theme-secondary-1: #ffd400; /* **************************** */ /* ******** RESPONSIVE ******** */ diff --git a/pages/blog/index.tsx b/pages/blog/index.tsx index 8c733ff..f55a3b8 100644 --- a/pages/blog/index.tsx +++ b/pages/blog/index.tsx @@ -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}