Use a bluer, less-greener background color.

This commit is contained in:
Sergio Martínez Portela 2023-04-28 00:06:10 +02:00
parent 5ae3be6d0f
commit fce2d3c935
2 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@
border-color: #fff;
}
.links section {
background-color: #262826;
background-color: #262628;
}
}
</style>

View File

@ -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;
}