Commit 010b57a2 by 牛晓林

add .

parent c8997eae
...@@ -81,7 +81,7 @@ $table_prefix = 'wp_'; ...@@ -81,7 +81,7 @@ $table_prefix = 'wp_';
* *
* @link https://codex.wordpress.org/Debugging_in_WordPress * @link https://codex.wordpress.org/Debugging_in_WordPress
*/ */
define('WP_DEBUG', true); define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */ /* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */ /** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') ) if ( !defined('ABSPATH') )
......
...@@ -905,7 +905,7 @@ input[type=number]::-webkit-outer-spin-button { ...@@ -905,7 +905,7 @@ input[type=number]::-webkit-outer-spin-button {
/*top-navigation=================================*/ /*top-navigation=================================*/
.top-header { .top-header {
padding: 10px 0px; padding: 10px 0px;
background-color: #353535; background-color: #8d2b2b;
color: #ffffff; color: #ffffff;
} }
.top-bar-flex { .top-bar-flex {
...@@ -4168,7 +4168,7 @@ span.read-more-faq a:after{ ...@@ -4168,7 +4168,7 @@ span.read-more-faq a:after{
/*faq part =================*/ /*faq part =================*/
/*footer =================*/ /*footer =================*/
footer.site-footer { footer.site-footer {
background: #1f2125; background: #8d2b2b;
font-size: 16px; font-size: 16px;
} }
body footer.site-footer .secondary-footer { body footer.site-footer .secondary-footer {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment