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