Use a bluer, less-greener background color.
This commit is contained in:
parent
5ae3be6d0f
commit
fce2d3c935
@ -58,7 +58,7 @@
|
|||||||
border-color: #fff;
|
border-color: #fff;
|
||||||
}
|
}
|
||||||
.links section {
|
.links section {
|
||||||
background-color: #262826;
|
background-color: #262628;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -514,7 +514,7 @@ tr.__table-separator {
|
|||||||
}
|
}
|
||||||
/* Header */
|
/* Header */
|
||||||
.site-header {
|
.site-header {
|
||||||
background-color: #303330;
|
background-color: #303033;
|
||||||
border-bottom: rgba(0,0,0,0.1) 1px solid;
|
border-bottom: rgba(0,0,0,0.1) 1px solid;
|
||||||
}
|
}
|
||||||
.site-header h1 {
|
.site-header h1 {
|
||||||
@ -538,10 +538,10 @@ tr.__table-separator {
|
|||||||
}
|
}
|
||||||
.results-box {
|
.results-box {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #262826;
|
background-color: #262628;
|
||||||
}
|
}
|
||||||
.results-box ul li {
|
.results-box ul li {
|
||||||
background-color: #303330;
|
background-color: #303033;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.results-box ul li h2 {
|
.results-box ul li h2 {
|
||||||
@ -554,7 +554,7 @@ tr.__table-separator {
|
|||||||
/* Code blocks */
|
/* Code blocks */
|
||||||
.highlight pre {
|
.highlight pre {
|
||||||
padding: 1ex;
|
padding: 1ex;
|
||||||
background-color: #262826;
|
background-color: #262628;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
padding: 0.5ex;
|
padding: 0.5ex;
|
||||||
@ -565,12 +565,12 @@ tr.__table-separator {
|
|||||||
padding: 1ex;
|
padding: 1ex;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
border: none;
|
border: none;
|
||||||
background: #262826;
|
background: #262628;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
code, .verbatim {
|
code, .verbatim {
|
||||||
background: #262826;
|
background: #262628;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-family: Menlo, Monaco, "Courier New", monospace;
|
font-family: Menlo, Monaco, "Courier New", monospace;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user