Skip to content

Commit 92d3a56

Browse files
committed
add logo in home
1 parent 2bb9961 commit 92d3a56

3 files changed

Lines changed: 56 additions & 0 deletions

File tree

docs/.vitepress/theme/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,11 @@
131131

132132
:root {
133133
--vp-home-hero-name-color: #008300;
134+
--vp-home-hero-image-background-image: linear-gradient(
135+
-45deg,
136+
#abfe03 10%,
137+
#008300 50%,
138+
#abfe03 90%
139+
);
134140
}
135141

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ hero:
66
name: "LibreMesh"
77
text: "A modular framework for creating OpenWrt-based firmwares for wireless mesh nodes"
88
# tagline:
9+
image:
10+
src: ./lime.svg
911
actions:
1012
- theme: brand
1113
text: What is LibreMesh?

docs/public/lime.svg

Lines changed: 48 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)