Skip to content

Commit 20968ea

Browse files
author
Emmanouil Konstantinidis
committed
More styling
1 parent c0dd9e4 commit 20968ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rest_framework_docs/static/less/style.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ body {
4141
background-color: #ecf0f1;
4242

4343
&:hover {
44-
background-color: darken(@AccordionBgColor, 10%);
44+
background-color: darken(@AccordionBgColor, 5%);
4545

4646
.panel-heading {
47-
background-color: darken(@AccordionBgColor, 10%);
47+
background-color: darken(@AccordionBgColor, 5%);
4848
}
4949
}
5050

rest_framework_docs/templates/rest_framework_docs/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
{% for group in endpoints_grouped %}
2121
<h1 id="{{ group.grouper|lower }}">{{group.grouper}}</h1>
2222

23-
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
23+
<div class="panel-group" role="tablist">
2424

2525
{% for endpoint in group.list %}
2626

2727
<div class="panel panel-default endpoint">
2828

29-
<div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse" data-target="#{{ endpoint.path|slugify }}">
29+
<div class="panel-heading" role="tab" data-toggle="collapse" data-target="#{{ endpoint.path|slugify }}">
3030
<div class="row">
3131
<div class="col-md-7">
3232
<h4 class="panel-title title">

0 commit comments

Comments
 (0)