BootstrapHomepageTemplate/site/iitdh_bootstrapColour.css

22 lines
475 B
CSS
Raw Normal View History

2020-06-12 16:20:43 +05:30
.navbar-custom {
/* Jamun*/
background-color: #6c1b85;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: rgba(255,255,255,1);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
color: rgba(255,255,255,1);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
/*Marigold*/
color: #ffad4a;
}