1
0
mirror of https://github.com/django/django.git synced 2025-02-23 07:55:07 +00:00

6 lines
153 B
CSS
Raw Normal View History

@import url("/static/cached/styles.css");
@import url("/static/styles_root.css");
body {
background: #d3d6d8 url(/static/cached/img/relative.png);
}