Subtheme of barrio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
759 B

2 years ago
/*a {*/
/*color: #8b1f03 !important;*/
/*}*/
nav.tabs ul .nav-item.active a {
background: #8b1f03 !important;
}
.menu--main li a {
color: #fff;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 100 !important;
}
.bg-primary .navbar-nav .nav-link.active, .bg-primary .navbar-nav .nav-link:focus, .bg-primary .navbar-nav .nav-link:hover, .bg-primary .navbar-nav .show>.nav-link {
color: #fff!important;
border-bottom: 4px double;
padding-bottom: 0;
}
.navbar-brand {
display: flex;
align-items: center;
}
.navbar-brand img {
width: 164px;
margin-right: 10px;
padding-right: 10px;
border-right: 4px double #fff;
}
.navbar-brand span {
width: 164px;
font-size: 1.6em;
}
#navbar-top.navbar-dark .nav-link {
color: #fff;}