From b63592afa7cdcced43f55ff2a558fd7af8ba9e94 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Fri, 4 Jan 2019 10:04:45 +0100 Subject: [PATCH] Config site colors --- _config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_config.yml b/_config.yml index d88bb5472b..e75c2d59f8 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,18 @@ exclude: - Gemfile.lock - .gitignore layout: page + +# Colors +navbar-col: "#F5F5F5" +navbar-text-col: "#404040" +navbar-children-col: "#F5F5F5" +page-col: "#FFFFFF" +link-col: "#008AFF" +hover-col: "#0085A1" +footer-col: "#F5F5F5" +footer-text-col: "#777777" +footer-link-col: "#404040" + avatar: /static/images/ethereum.png author: name: The go-ethereum authors