From b886412f5fc221d48c1776d420a3a0548f860aad Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 25 Apr 2024 19:37:13 +0500 Subject: [PATCH] style current page nav link --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index bbfaf4e..4c1ee95 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,7 @@ Description: Modern block theme for CMT Engineering Version: 0.1 */ +.wp-block-navigation .wp-block-navigation-item.current_page_item { + padding: 1em; + background-color: var(--wp--preset--color--secondary); +} \ No newline at end of file