diff --git a/static/homepage.html b/static/homepage.html
index 34c0b4c..c4ada28 100644
--- a/static/homepage.html
+++ b/static/homepage.html
@@ -58,7 +58,7 @@
border-color: #fff;
}
.links section {
- background-color: #262826;
+ background-color: #262628;
}
}
diff --git a/static/style.css b/static/style.css
index e1223e3..6517ce2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -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;
}