14 lines
212 B
CSS
14 lines
212 B
CSS
|
^ContentPage {
|
|||
|
background-color: #232323;
|
|||
|
}
|
|||
|
|
|||
|
#Header {
|
|||
|
background-color: #232323;
|
|||
|
}
|
|||
|
|
|||
|
#Header > Entry {
|
|||
|
margin-left: 155;
|
|||
|
margin-top: 2;
|
|||
|
margin-bottom: 2;
|
|||
|
}
|