12 lines
163 B
CSS
12 lines
163 B
CSS
|
#background_overlay, #settings {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
#background,
|
||
|
#background-bis {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
p,h1,h2,h3,h4,h5,h6,b,strong,i,em {
|
||
|
color: navy;
|
||
|
}
|