2👍
✅
Here’s what I added to my api.html:
{% block style %}
{{ block.super }}
<style>
.navbar .navbar-inner {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #2C2C2C;
border-color: ****MY_COLOR_HERE**** -moz-use-text-color -moz-use-text-color;
border-image: none;
border-radius: 0 0 0 0;
border-right: medium none;
border-style: solid none none;
border-width: 5px medium medium;
color: #FFFFFF;
}
</style>
{% endblock %}
👤Neil
Source:stackexchange.com