Regalamiunsorriso/www/admin/menu/_css/_red.css

18 lines
369 B
CSS
Raw Normal View History

2026-04-07 18:02:17 +02:00
/* _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;
}