/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 28-Feb-2022, 7:11:35 PM
    Author     : Hardik Chauhan
*/

header .nav-item > ul > li span{
  color: var(--secondary) !important;
  padding: 10px 15px !important;
  font-size: 14px !important;
}
header .nav-item > ul > li span:hover{
  color:var(--white) !important;
  background-color: var(--secondary);
}