Skip to content

Commit fd3a57e

Browse files
Merge pull request #92 from l33d4n/master
Small design improvements
2 parents 543bb97 + 012fa58 commit fd3a57e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

_theme/static/css/main.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ body {
102102
/* Breadcrumbs */
103103
.breadcrumbs-section {
104104
padding: 18px 0;
105-
background: #000;
105+
background: #090c14;
106106
}
107107
.breadcrumb {
108108
align-items: center;
@@ -118,6 +118,9 @@ body {
118118
color: #3490E6;
119119
text-decoration: underline;
120120
}
121+
.breadcrumb-item a:hover {
122+
text-decoration: none;
123+
}
121124
.breadcrumb-item.active {
122125
color: #fff;
123126
}
@@ -130,8 +133,11 @@ body {
130133
border-color: #F7931A;
131134
}
132135
.btn-group .btn:hover {
133-
background: #F7931A;
134-
border-color: #F7931A;
136+
background: #F9A136;
137+
border-color: #F9A136;
138+
}
139+
h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, h4:hover > a.headerlink, h5:hover > a.headerlink, h6:hover > a.headerlink, dt:hover > a.headerlink, caption:hover > a.headerlink, p.caption:hover > a.headerlink, div.code-block-caption:hover > a.headerlink {
140+
margin-left: 10px;
135141
}
136142

137143
@media handheld, only screen and ( max-width: 990px ), only screen and ( max-device-width: 990px ) {
@@ -145,6 +151,9 @@ body {
145151
.hero-nav .toctree-l1:nth-child(odd) {
146152
margin-left: 0;
147153
}
154+
div.document h1 {
155+
margin-top: 0;
156+
}
148157
}
149158
@media handheld, only screen and ( max-width: 500px ), only screen and ( max-device-width: 500px ) {
150159
.content-container {

0 commit comments

Comments
 (0)