aboutsummaryrefslogtreecommitdiffstats
path: root/docs_theme
diff options
context:
space:
mode:
authorTom Christie2014-12-19 21:32:43 +0000
committerTom Christie2014-12-19 21:32:43 +0000
commit2a1485e00943b8280245d19e1e1f8514b1ef18ea (patch)
tree6b0a43326c6541662862de2b21d290c8c0b86007 /docs_theme
parent48d15f6ff8a13aafd5b4977c8d1b4b7fe70b4f6a (diff)
downloaddjango-rest-framework-model-serializer-api.tar.bz2
Final bits of docs for ModelSerializer fields APImodel-serializer-api
Diffstat (limited to 'docs_theme')
-rw-r--r--docs_theme/css/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs_theme/css/default.css b/docs_theme/css/default.css
index 8c9cd536..48d00366 100644
--- a/docs_theme/css/default.css
+++ b/docs_theme/css/default.css
@@ -239,6 +239,10 @@ body a:hover{
}
}
+h1 code, h2 code, h3 code, h4 code, h5 code {
+ color: #333;
+}
+
/* sticky footer and footer */
html, body {
height: 100%;