/*
Theme Name: Test Theme
Theme URI: https://example.com/test-theme
Author: Your Name
Author URI: https://example.com
Description: 一個用於學習 WordPress 主題開發的空白模板。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: testtheme
Domain Path: /languages
Tags: one-column, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

這個主題是為了學習 WordPress 主題開發而創建的空白模板。
*/

/* 在此添加你的 CSS 樣式 */
.dropdown-toggle:hover{
    background-color: unset !important;
    border: unset !important;
}

.dropdown-toggle::after{
    border-top: unset !important;
}