feat: theme/logo

This commit is contained in:
Pascal Schilp
2019-01-16 20:30:20 +00:00
committed by Thomas Allmer
parent b4c5fceceb
commit c0c007aaa0
7 changed files with 11 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ module.exports = {
title: 'open-wc',
description: 'Open Web Components Recommendations',
themeConfig: {
logo: '/logo.png',
displayAllHeaders: false,
sidebarDepth: 2,
sidebar: {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@@ -0,0 +1,8 @@
.home .hero .action-button
background-color: #217FF9
.home .hero .action-button:hover
background-color: #388cfa
.header-anchor
color: #9B35FA

View File

@@ -0,0 +1 @@
$accentColor = #217FF9

View File

@@ -1,6 +1,6 @@
---
home: true
heroImage: /hero.jpg
heroImage: /hero.png
actionText: Get Started →
actionLink: /guide/
features: