Changement du header
This commit is contained in:
@@ -9,3 +9,30 @@
|
||||
header {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Barre du haut en noir */
|
||||
header.navbar {
|
||||
background-color: #111 !important;
|
||||
border-bottom: 1px solid #333;
|
||||
}
|
||||
|
||||
/* Texte du titre plus petit et blanc */
|
||||
header .title {
|
||||
font-size: 1.2rem;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
/* Cache le sous-titre */
|
||||
header .subtitle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Réduit la taille du logo */
|
||||
header .logo img {
|
||||
height: 32px !important;
|
||||
}
|
||||
|
||||
/* Garde la barre de recherche visible à droite */
|
||||
.navbar .ml-auto {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user