From 46f0ca22b34283500b04011a9bf57348466ad553 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Sat, 5 Dec 2020 12:38:48 +0100 Subject: [PATCH] 3.1.0 --- readme.txt | 4 ++++ style.css | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 5997396..8a32530 100644 --- a/readme.txt +++ b/readme.txt @@ -68,6 +68,10 @@ Source: http://pixabay.com/ == Changelog == += 3.1.0 - 2020-12-05 = +* Added and made search button visible for mobile header menu +* Fixed broken icons for archive headings + = 3.0.9 - 2020-09-01 = * Added option to disable custom navigation in child themes diff --git a/style.css b/style.css index 3167ec7..f956bad 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* Theme Name: Magaziner Theme URI: http://alx.media/themes/magaziner/ -Version: 3.0.9 +Version: 3.1.0 Requires at least: 5.0 Requires PHP: 5.6 Tested up to: 5.5 @@ -544,7 +544,7 @@ border-radius: 3px; .page-title a:hover { color: #333; } .page-title h1 i, .page-title h2 i, -.page-title h4 i { font-weight: 600; margin-right: 6px; color: rgba(255,255,255,0.2); } +.page-title h4 i { font-weight: 900; margin-right: 6px; color: rgba(255,255,255,0.2); } .page-title h1, .page-title h2, .page-title h4 { color: rgba(255,255,255,0.9); font-weight: 600; }