mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
feat: theme/logo
This commit is contained in:
committed by
Thomas Allmer
parent
b4c5fceceb
commit
c0c007aaa0
@@ -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 |
BIN
docs/.vuepress/public/hero.png
Normal file
BIN
docs/.vuepress/public/hero.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
BIN
docs/.vuepress/public/logo.png
Normal file
BIN
docs/.vuepress/public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
8
docs/.vuepress/styles/index.styl
Normal file
8
docs/.vuepress/styles/index.styl
Normal file
@@ -0,0 +1,8 @@
|
||||
.home .hero .action-button
|
||||
background-color: #217FF9
|
||||
|
||||
.home .hero .action-button:hover
|
||||
background-color: #388cfa
|
||||
|
||||
.header-anchor
|
||||
color: #9B35FA
|
||||
1
docs/.vuepress/styles/palette.styl
Normal file
1
docs/.vuepress/styles/palette.styl
Normal file
@@ -0,0 +1 @@
|
||||
$accentColor = #217FF9
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
home: true
|
||||
heroImage: /hero.jpg
|
||||
heroImage: /hero.png
|
||||
actionText: Get Started →
|
||||
actionLink: /guide/
|
||||
features:
|
||||
|
||||
Reference in New Issue
Block a user