Youngger9765 commited on
Commit
3472fcd
·
1 Parent(s): 2ca3dd6

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

Browse files

- 將背景顏色改為淺灰色,以提升整體視覺效果
- 確保樣式與其他區塊一致,增強整體美觀

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

Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -1067,7 +1067,7 @@
1067
  }
1068
 
1069
  .date-item {
1070
- background: rgba(255,255,255,0.5);
1071
  padding: 20px;
1072
  border-radius: 15px;
1073
  backdrop-filter: blur(10px);
 
1067
  }
1068
 
1069
  .date-item {
1070
+ background: #f8f9fa;
1071
  padding: 20px;
1072
  border-radius: 15px;
1073
  backdrop-filter: blur(10px);