Skip to content

Commit

Permalink
Merge pull request #9 from BuriKaigi/imp/speakekr_button
Browse files Browse the repository at this point in the history
登壇ご希望の方のボタンが見づらい問題を修正
  • Loading branch information
hikaruworld authored Oct 15, 2024
2 parents 82e9178 + 47ca019 commit 26d8f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Layout from '~/layouts/Vanilla.astro';
2025/02/01
</p>
<div class="flex space-x-4 mb-6 z-10">
<a href="https://fortee.jp/burikaigi-2025/speaker/proposal/cfp" class="border-2 border-gray-800 text-black font-bold py-3 px-6 rounded dark:text-white dark:border-white hover:opacity-50 transition">
<a href="https://fortee.jp/burikaigi-2025/speaker/proposal/cfp" class="border-2 border-white-800 bg-white font-bold py-3 px-6 rounded dark:text-white dark:border-white hover:opacity-50 transition">
登壇ご希望の方
</a>
<a href="https://fortee.jp/burikaigi-2025/sponsor/form" class="bg-gray-800 hover:bg-gray-700 text-white font-bold py-3 px-6 rounded dark:bg-gray-700 dark:hover:bg-gray-600 hover:opacity-50 transition">
Expand Down

0 comments on commit 26d8f06

Please sign in to comment.