13 lines
171 B
CSS
13 lines
171 B
CSS
#hdr {
|
|
background: none;
|
|
background-color: #494066;
|
|
}
|
|
|
|
#sidebar {
|
|
border-left: 1px dashed #494066;
|
|
}
|
|
|
|
#sidebar p.section {
|
|
background-color: #494066;
|
|
color: white;
|
|
}
|