Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bitcoin-dot-org
developer.bitcoin.org
Commits
012fa58f
Commit
012fa58f
authored
Jun 24, 2020
by
Daniel Leedan
Browse files
Update main.css
Design improvement
parent
dbc4047f
Changes
1
Hide whitespace changes
Inline
Side-by-side
_theme/static/css/main.css
View file @
012fa58f
...
...
@@ -102,7 +102,7 @@ body {
/* Breadcrumbs */
.breadcrumbs-section
{
padding
:
18px
0
;
background
:
#0
00
;
background
:
#0
90c14
;
}
.breadcrumb
{
align-items
:
center
;
...
...
@@ -118,6 +118,9 @@ body {
color
:
#3490E6
;
text-decoration
:
underline
;
}
.breadcrumb-item
a
:hover
{
text-decoration
:
none
;
}
.breadcrumb-item.active
{
color
:
#fff
;
}
...
...
@@ -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
)
{
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment