File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments