/**
 * Theme Name: DW Affiliate v2
 * Theme URI: https://www.dynamicwerx.com/dw-affiliate
 * Description: Specially designed wordpress theme with complete functionalities
 * Version: 1.0.0
 * Author: Muhammad Shoaib
 * Author URI: https://www.linkedin.com/in/sforshoaib2
 * Tags: classic-theme, custom-theme, affiliate-theme, affiliate-blog
 * Text Domain: dw-affiliate
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

 .menu-item {
    border-radius: 9999px;
  }

 .menu-item:hover,
 .menu-item.active{
    color: rgb(21 22 24 / var(--tw-text-opacity));
    background-color: rgb(255 207 1 / var(--tw-bg-opacity));
  }

  :is(:where(.dark) .menu-item:hover),
  :is(:where(.dark) .menu-item.active) {
    color: rgb(21 22 24 / var(--tw-text-opacity));
  }

  .single-content a{
    color: #FFCF01;
  }

  .single-content a:hover{
    text-decoration-color: #FFCF01;
    text-decoration: underline;
  }