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.
21 lines
309 B
Plaintext
21 lines
309 B
Plaintext
body{
|
|
background:#E4E4E4;
|
|
}
|
|
.container{
|
|
background:#019587;
|
|
}
|
|
.left-nav{
|
|
background:#263035;
|
|
}
|
|
|
|
.left-nav a{
|
|
color:#fff;
|
|
}
|
|
.left-nav a.active{
|
|
background: #212525 !important;
|
|
color: #fff !important;
|
|
}
|
|
.left-nav a:hover{
|
|
background: #212525 !important;
|
|
color: #fff !important;
|
|
} |