18 lines
No EOL
369 B
CSS
18 lines
No EOL
369 B
CSS
/* _red.css V.jsp V.jsp 05-10-2021 CSS Document */
|
|
|
|
/*********************************
|
|
variabili per impostare colori menu button
|
|
**********************************/
|
|
:root {
|
|
--bgMenuButton: darkred;
|
|
--foreMenuButton: white;
|
|
|
|
}
|
|
|
|
header .navbar {
|
|
background-color: darkred!important;
|
|
}
|
|
|
|
.skin-blue .main-header .logo {
|
|
background-color: darkred!important;
|
|
} |