Commit 010b57a2 by 牛晓林

add .

parent c8997eae
......@@ -81,7 +81,7 @@ $table_prefix = 'wp_';
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', true);
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
......
......@@ -905,7 +905,7 @@ input[type=number]::-webkit-outer-spin-button {
/*top-navigation=================================*/
.top-header {
padding: 10px 0px;
background-color: #353535;
background-color: #8d2b2b;
color: #ffffff;
}
.top-bar-flex {
......@@ -4168,7 +4168,7 @@ span.read-more-faq a:after{
/*faq part =================*/
/*footer =================*/
footer.site-footer {
background: #1f2125;
background: #8d2b2b;
font-size: 16px;
}
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