Skip to content

Commit c399812

Browse files
committed
Fixed color of button text on main page.
1 parent 478eb66 commit c399812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/theme/ObservablePromo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ a.button {
7070
font-weight: 600;
7171
white-space: nowrap;
7272
background-color: var(--vp-c-neutral);
73-
color: var(--vp-c-neutral-inverse);
73+
color: var(--vp-c-neutral-inverse) !important;
7474
border-radius: 20px;
7575
padding: 0 20px;
7676
line-height: 38px;

0 commit comments

Comments
 (0)