We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb9961 commit 92d3a56Copy full SHA for 92d3a56
3 files changed
docs/.vitepress/theme/style.css
@@ -131,5 +131,11 @@
131
132
:root {
133
--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
+ );
140
}
141
docs/index.md
@@ -6,6 +6,8 @@ hero:
6
name: "LibreMesh"
7
text: "A modular framework for creating OpenWrt-based firmwares for wireless mesh nodes"
8
# tagline:
9
+ image:
10
+ src: ./lime.svg
11
actions:
12
- theme: brand
13
text: What is LibreMesh?
docs/public/lime.svg
0 commit comments