From e5690314331a3b061c9ce9bccbf3d0b799afc4ae Mon Sep 17 00:00:00 2001 From: Herb Miller Date: Sat, 8 Jan 2022 17:20:09 +0000 Subject: [PATCH] Cater for enqueueing changes in WordPress 5.9 #72 --- style.css | 2 +- theme.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6099466..246873a 100644 --- a/style.css +++ b/style.css @@ -386,7 +386,7 @@ div.pagination { } .archive-pagination li a { - background-color: #f5f5f5; + background-color: #eeeeee; color: #333; cursor: pointer; display: inline-block; diff --git a/theme.json b/theme.json index 3346b7e..ffb1acb 100644 --- a/theme.json +++ b/theme.json @@ -83,8 +83,13 @@ { "name": "Very light gray", "slug": "very-light-gray", - "color": "#eeeeee" + "color": "#f5f5f5" }, + { + "name": "Light gray", + "slug": "light-gray", + "color": "#eeeeee" + }, { "name": "Cyan bluish gray", "slug": "cyan-bluish-gray",