~rpatterson/alabaster-solarised

3ea216cecf5756ca631935ba2d3a33d176806d4d — Ross Patterson 2 years ago 364595a
fix(color): Match the background in TOC topics
2 files changed, 8 insertions(+), 0 deletions(-)

M Example/Website/_static/css/custom.css
M custom.css
M Example/Website/_static/css/custom.css => Example/Website/_static/css/custom.css +4 -0
@@ 71,6 71,10 @@ span.pre {
    background-color: #002b36;
}

div.topic {
    background-color: #002b36;
}

div.note {
    background-color: #002b36;
    color: #b58900;

M custom.css => custom.css +4 -0
@@ 70,6 70,10 @@ span.pre {
    background-color: #002b36;
}

div.topic {
    background-color: #002b36;
}

div.note {
    background-color: #002b36;
    color: #b58900;