Skip to content

Commit 1a8f050

Browse files
committed
docs: Flip opacities in brand button
1 parent 23670e7 commit 1a8f050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ 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;
6869
}
6970

7071
.VPButton.brand:hover {
71-
opacity: 0.9;
72+
opacity: 1;
7273
}
7374
</style>

0 commit comments

Comments
 (0)