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