Skip to content

Commit

Permalink
Merge pull request #92 from l33d4n/master
Browse files Browse the repository at this point in the history
Small design improvements
  • Loading branch information
Cobra-Bitcoin committed Nov 2, 2020
2 parents 543bb97 + 012fa58 commit fd3a57e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions _theme/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ body {
/* Breadcrumbs */
.breadcrumbs-section {
padding: 18px 0;
background: #000;
background: #090c14;
}
.breadcrumb {
align-items: center;
Expand All @@ -118,6 +118,9 @@ body {
color: #3490E6;
text-decoration: underline;
}
.breadcrumb-item a:hover {
text-decoration: none;
}
.breadcrumb-item.active {
color: #fff;
}
Expand All @@ -130,8 +133,11 @@ body {
border-color: #F7931A;
}
.btn-group .btn:hover {
background: #F7931A;
border-color: #F7931A;
background: #F9A136;
border-color: #F9A136;
}
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 {
margin-left: 10px;
}

@media handheld, only screen and ( max-width: 990px ), only screen and ( max-device-width: 990px ) {
Expand All @@ -145,6 +151,9 @@ body {
.hero-nav .toctree-l1:nth-child(odd) {
margin-left: 0;
}
div.document h1 {
margin-top: 0;
}
}
@media handheld, only screen and ( max-width: 500px ), only screen and ( max-device-width: 500px ) {
.content-container {
Expand Down

1 comment on commit fd3a57e

@Thisdick69
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sweet

Please sign in to comment.