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
297 B
Plaintext
22 lines
297 B
Plaintext
11 months ago
|
body{
|
||
|
background:#E8E8E8;
|
||
|
}
|
||
|
.container{
|
||
|
background:#F34743;
|
||
|
}
|
||
|
|
||
|
.left-nav{
|
||
|
background:#F4F4F4;
|
||
|
}
|
||
|
|
||
|
.left-nav a{
|
||
|
color:#686a76;
|
||
|
}
|
||
|
.left-nav a.active{
|
||
|
background: #FEFEFE !important;
|
||
|
color: #F34743;
|
||
|
}
|
||
|
.left-nav a:hover{
|
||
|
background: #FEFEFE !important;
|
||
|
color: #F34743;
|
||
|
}
|