mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-27 14:52:28 +08:00
3.1.0
This commit is contained in:
parent
beb3ff551d
commit
46f0ca22b3
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue