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