Youngger9765 commited on
Commit
2ca3dd6
·
1 Parent(s): 14bd9e9

更新 index.html 模板,調整重要日期區塊的背景顏色

Browse files

- 將背景顏色改為白色,以提升整體視覺效果
- 確保文字顏色與排版保持一致,增強可讀性

此次更新旨在改善使用者體驗,提供更清晰的視覺效果。

Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -1051,7 +1051,7 @@
1051
  }
1052
 
1053
  .important-dates {
1054
- background: #A3E0C5;
1055
  color: #4C4C4C;
1056
  padding: 40px;
1057
  border-radius: 20px;
 
1051
  }
1052
 
1053
  .important-dates {
1054
+ background: white;
1055
  color: #4C4C4C;
1056
  padding: 40px;
1057
  border-radius: 20px;