We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e56c3 commit bdae851Copy full SHA for bdae851
.vscode/settings.json
@@ -15,5 +15,11 @@
15
"password": "postgres"
16
}
17
],
18
- "cSpell.words": ["bedstack"]
+ "cSpell.words": [
19
+ "bedstack",
20
+ "Elysia",
21
+ "elysiajs",
22
+ "favicons",
23
+ "typesafe"
24
+ ]
25
docs/index.md
@@ -65,8 +65,9 @@ features:
65
66
.VPButton.brand {
67
background-image: linear-gradient(160deg, var(--vp-c-brand-1), var(--vp-c-brand-2)) !important;
68
- opacity: 0.9;
+ opacity: 0.8;
69
transition: opacity 0.25s;
70
+ border: 0;
71
72
73
.VPButton.brand:hover {
0 commit comments