mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-26 07:52:25 +08:00
調整 HTML 文件中的樣式,將自定義提示區塊的背景顏色改為白色,並將安裝與配置區的背景顏色改為灰色,以提升視覺一致性與可讀性。
This commit is contained in:
parent
5578e111b0
commit
561ecdfca3
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user