diff --git a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css index c2fcb303d..454d089da 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -18,10 +18,10 @@ a single block in the template. font-size: 80%; } -.navbar-inverse .brand a { +.navbar-dark .navbar-brand { color: #999999; } -.navbar-inverse .brand:hover a { +.navbar-inverse .navbar-brand:hover { color: white; text-decoration: none; } diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index 19805620d..369f151f8 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -33,17 +33,15 @@