mirror of
https://ghproxy.net/https://github.com/AlxMedia/curveflow.git
synced 2025-08-27 01:58:15 +08:00
1.0.2
This commit is contained in:
parent
0f12f0a366
commit
7fce61677c
3 changed files with 7 additions and 3 deletions
|
@ -118,7 +118,7 @@ if ( ! function_exists( 'curveflow_dynamic_css' ) ) {
|
|||
// header color
|
||||
if ( get_theme_mod('color-header','#ffffff') != '#ffffff' ) {
|
||||
$styles .= '
|
||||
#wrapper { border-top-color: '.esc_attr( get_theme_mod('color-header') ).'; }
|
||||
#wrapper { border-top: 0; }
|
||||
#header { background: '.esc_attr( get_theme_mod('color-header') ).'; }
|
||||
.site-title a { color: #fff; }
|
||||
.site-description { color: rgba(255,255,255,0.5); }
|
||||
|
@ -175,6 +175,7 @@ if ( ! function_exists( 'curveflow_dynamic_css' ) ) {
|
|||
if ( get_theme_mod('color-background','#eeeeee') != '#eeeeee' ) {
|
||||
$styles .= '
|
||||
body { background: '.esc_attr( get_theme_mod('color-background') ).'; }
|
||||
#wrapper { border-top: 0; }
|
||||
'."\n";
|
||||
}
|
||||
// featured 2 color
|
||||
|
|
|
@ -83,8 +83,11 @@ Sidebar images
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.2 - 2022-08-15 =
|
||||
* Fixed styling options with 1px wrapper border top
|
||||
|
||||
= 1.0.1 - 2022-08-13 =
|
||||
* Fix undefined variable: post_id in content.php
|
||||
* Fixed undefined variable: post_id in content.php
|
||||
|
||||
= 1.0.0 - 2022-08-13 =
|
||||
* Initial release
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Curveflow
|
||||
Theme URI: http://alx.media/themes/curveflow/
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Requires at least: 5.0
|
||||
Requires PHP: 5.6
|
||||
Tested up to: 6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue