diff --git a/category-news.php b/category-news.php index cd09b96..d26d615 100644 --- a/category-news.php +++ b/category-news.php @@ -17,45 +17,64 @@ get_header(); ?> - 'news', 'posts_per_page' => 6 ) ); ?> - have_posts() ) : ?> - -
-
-

News

-
-
+ +
+
+

News

+
+
+ 'news', 'posts_per_page' => 12 ) ); ?> + have_posts() ) : ?> + have_posts() ) : $the_query->the_post(); ?> + + + + + - -

- + +

+
diff --git a/src/assets/scss/_settings.scss b/src/assets/scss/_settings.scss index f4bdbcf..cdea30e 100644 --- a/src/assets/scss/_settings.scss +++ b/src/assets/scss/_settings.scss @@ -179,8 +179,8 @@ $paragraph-lineheight: 1.6; $paragraph-margin-bottom: 1rem; $paragraph-text-rendering: optimizeLegibility; $enable-code-inline: true; -$anchor-color: $primary-color; -$anchor-color-hover: scale-color($anchor-color, $lightness: -14%); +$anchor-color: $body-font-color; +$anchor-color-hover: $primary-color;//scale-color($anchor-color, $lightness: -14%); $anchor-text-decoration: none; $anchor-text-decoration-hover: none; $hr-width: $global-width; diff --git a/template-parts/section-news.php b/template-parts/section-news.php index 1f574cb..b56ab7a 100644 --- a/template-parts/section-news.php +++ b/template-parts/section-news.php @@ -19,23 +19,26 @@ have_posts() ) : $the_query->the_post(); ?>