SchoolPhysicalExamination/public/x_admin/css/theme1.css

21 lines
304 B
CSS
Raw Permalink Normal View History

2024-03-01 18:31:19 +08:00
body{
background:#F2F1F2;
}
.container{
background:#1A1B20;
}
.left-nav{
background:#1A1B20;
}
.left-nav a{
color:rgba(255,255,255,.7);
}
..left-nav a.active{
background: #009688 !important;
color: #fff;
}
.left-nav a:hover{
background: #009688 !important;
color: #fff;
}