mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Config site colors
This commit is contained in:
parent
d93cf0a8c3
commit
b63592afa7
1 changed files with 12 additions and 0 deletions
12
_config.yml
12
_config.yml
|
|
@ -7,6 +7,18 @@ exclude:
|
||||||
- Gemfile.lock
|
- Gemfile.lock
|
||||||
- .gitignore
|
- .gitignore
|
||||||
layout: page
|
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
|
avatar: /static/images/ethereum.png
|
||||||
author:
|
author:
|
||||||
name: The go-ethereum authors
|
name: The go-ethereum authors
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue