1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +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);
}