You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
11 months ago
|
body{
|
||
|
background:#EEF5F9;
|
||
|
}
|
||
|
.container{
|
||
|
background:#323640;
|
||
|
}
|
||
|
.left-nav{
|
||
|
background:#fff;
|
||
|
}
|
||
|
|
||
|
.left-nav a{
|
||
|
color:#686a76;
|
||
|
}
|
||
|
.left-nav a.active{
|
||
|
background: #786AED !important;
|
||
|
color: #fff;
|
||
|
}
|
||
|
.left-nav a:hover{
|
||
|
background: #786AED !important;
|
||
|
color: #fff;
|
||
|
}
|