Skip to content

Commit bdae851

Browse files
committed
docs: Improve brand button styling
1 parent 47e56c3 commit bdae851

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@
1515
"password": "postgres"
1616
}
1717
],
18-
"cSpell.words": ["bedstack"]
18+
"cSpell.words": [
19+
"bedstack",
20+
"Elysia",
21+
"elysiajs",
22+
"favicons",
23+
"typesafe"
24+
]
1925
}

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ features:
6565

6666
.VPButton.brand {
6767
background-image: linear-gradient(160deg, var(--vp-c-brand-1), var(--vp-c-brand-2)) !important;
68-
opacity: 0.9;
68+
opacity: 0.8;
6969
transition: opacity 0.25s;
70+
border: 0;
7071
}
7172

7273
.VPButton.brand:hover {

0 commit comments

Comments
 (0)