Fixed #27987 -- Added default colors in debug view CSS.

This commit is contained in:
Ionuț Ciocîrlan 2017-03-28 15:55:16 +03:00 committed by Tim Graham
parent d47de2e09d
commit 78619bcb0a
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ r"""{% if request %} at {{ request.path_info|escape }}{% endif %}</title>
html * { padding:0; margin:0; }
body * { padding:10px 20px; }
body * * { padding:0; }
body { font:small sans-serif; }
body { font:small sans-serif; background-color:#fff; color:#000; }
body>div { border-bottom:1px solid #ddd; }
h1 { font-weight:normal; }
h2 { margin-bottom:.8em; }