diff options
| author | Tom Christie | 2014-12-19 21:44:24 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-12-19 21:44:24 +0000 |
| commit | 889a0bdeca942995ab32bf19c3d9fdbfaeec58ec (patch) | |
| tree | 6b0a43326c6541662862de2b21d290c8c0b86007 /docs_theme/css | |
| parent | 435aef77384759d5a29129cdb0cbe47b3de6df93 (diff) | |
| parent | 2a1485e00943b8280245d19e1e1f8514b1ef18ea (diff) | |
| download | django-rest-framework-889a0bdeca942995ab32bf19c3d9fdbfaeec58ec.tar.bz2 | |
Merge pull request #2322 from tomchristie/model-serializer-api
ModelSerializer API.
Diffstat (limited to 'docs_theme/css')
| -rw-r--r-- | docs_theme/css/default.css | 4 |
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%; |
