調整 HTML 文件中的樣式,將自定義提示區塊的背景顏色改為白色,並將安裝與配置區的背景顏色改為灰色,以提升視覺一致性與可讀性。

This commit is contained in:
siage 2025-04-15 19:05:35 +08:00
parent 5578e111b0
commit 561ecdfca3

View File

@ -1461,10 +1461,7 @@
</section>
<!-- Prompt 自定義功能區塊 -->
<section
id="prompt-customization"
class="py-16 bg-gray-50 section-padding"
>
<section id="prompt-customization" class="py-16 bg-white section-padding">
<div class="container mx-auto px-4">
<div class="text-center mb-12" data-aos="fade-up">
<h2
@ -1586,7 +1583,7 @@ MCP_PROMPT_EXECUTE_TASK_APPEND="額外的任務執行指導"
</section>
<!-- 安裝與配置區 - 將由後續任務完成 -->
<section id="installation" class="py-16 bg-white">
<section id="installation" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2
class="text-3xl font-bold mb-2 text-center"