/**
 * Theme Name: JustNews
 * Theme URI: https://www.wpcom.cn/themes/justnews.html
 * Version: 6.21.4
 * Author: WPCOM
 * Author URI: https://www.wpcom.cn
 * Requires at least: 6.2
 * Requires PHP: 7.4
 */
 
/* ====================================
   自定义样式 - Custom Styles
   ==================================== */
/* 导航菜单激活状态样式 */
body>header.header .nav>li.active>a,body>header.header .nav>li>a:hover {
    color: #fff;
    background: var(--theme-color);
    line-height: 32px;
    border-radius: 8px;
}

/* 导航菜单字体加粗 */
body>header.header .nav>li>a {
    font-weight: 700;
}

body>header.header .nav>li {
    margin: 0 10px;
}