4 lines
112 B
CSS
4 lines
112 B
CSS
|
@import url("/static/cached/styles.css");
|
||
|
body {
|
||
|
background: #d3d6d8 url(/static/cached/img/relative.png);
|
||
|
}
|