From c7384ab26f1a753acefa3f6c3d4b83194ba5f62d Mon Sep 17 00:00:00 2001 From: Lucas Phang Date: Thu, 29 Apr 2021 11:28:52 +1000 Subject: [PATCH] Remove unused styles --- assets/style.scss | 4 ---- pages/blog/index.tsx | 1 - 2 files changed, 5 deletions(-) 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}