Select Git revision
styles.css 709 B
@import 'base.css';
/* Navbar */
.barreDeNavigation{
z-index: 999;
}
.barreDeNavigation .superieure{
background-color: black;
width: 100%;
display: flex;
justify-content: center;
}
.barreDeNavigation .nav-link{
padding: .5rem .75rem ;
color: white;
line-height: 1;
text-transform: uppercase;
font-size: .8rem;
}
.barreDeNavigation .inferieure{
width: 100%;
min-height: 83px;
-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
box-shadow: 0 0 20px rgb(0 0 0 / 30%);
background-size: auto 442px;
}
.barreDeNavigation .inferieure .siteName{
font-family: "Zaptron-Regular";
color: white !important;
}
a.siteName:hover {
text-decoration: none;
}