13 lines
187 B
CSS
13 lines
187 B
CSS
@import url(../default/scuttle.css);
|
|
|
|
body {
|
|
background-color: #FEA;
|
|
}
|
|
|
|
html > body h1 {
|
|
background: url('images/logo.png') no-repeat 10px;
|
|
}
|
|
div#header {
|
|
background: #FEA;
|
|
}
|