Skip to content

Commit 91974e8

Browse files
committed
tweak button color
closes #9
1 parent b6c5868 commit 91974e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vitepress/theme/Layout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import Info from './Info.vue'
5858
tier="bronze"
5959
/>
6060
<a
61-
class="button white"
61+
class="button"
6262
href="https://github.com/sponsors/kazupon?o=esc"
6363
>
6464
Become a Supporting
@@ -72,7 +72,7 @@ import Info from './Info.vue'
7272
<Project :banners="$site.customData.projects" />
7373
<!-- eslint-disable-next-line prettier/prettier -->
7474
<a
75-
class="button white"
75+
class="button"
7676
href="https://github.com/intlify"
7777
>
7878
See more Open Source Projects

.vitepress/theme/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.button {
1515
background-color: var(--c-brand);
1616
border: 1px solid var(--c-brand);
17-
@apply inline-block text-white
17+
@apply inline-block text-black
1818
transition-all duration-150 ease-in
1919
font-semibold
2020
px-1 py-2 rounded-2xl box-border;

0 commit comments

Comments
 (0)