/*
Theme Name: WhatsApp
Theme URI: https://whatsappweb-guide.com
Author: WhatsApp Web Guide Team
Author URI: https://whatsappweb-guide.com
Description: WhatsApp Web 使用指南主题，帮助用户在电脑上高效使用 WhatsApp。包含首页、文章列表、文章详情、下载页面等模板。
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whatsapp
*/

/* 以下为主题样式 - 从原 style.css 引入 */
@import url('css/style.css');

/* 主导航使用 wp_nav_menu 时的 ul 样式 */
.header .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2.5rem;
	flex-wrap: wrap;
}
.header .nav ul li {
	margin: 0;
}
.header .nav ul a {
	display: block;
}
