This commit is contained in:
Alexander Agnarson 2020-12-05 12:38:48 +01:00
parent beb3ff551d
commit 46f0ca22b3
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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; }