diff --git a/index.html b/index.html index be0a364..14a43e7 100644 --- a/index.html +++ b/index.html @@ -1,31 +1,12 @@ - + - - + + SearchGal - Galgame 聚合搜索 @@ -168,14 +177,12 @@ /* 文本选中高亮 - 艳粉主色调 */ ::selection { - background: linear-gradient(135deg, rgba(255, 20, 147, 0.35), rgba(255, 105, 180, 0.3)); + background-color: rgba(255, 20, 147, 0.35); color: #1d1b1e; - text-shadow: 0 0 8px rgba(255, 255, 255, 0.5); } .dark ::selection { - background: linear-gradient(135deg, rgba(255, 105, 180, 0.4), rgba(232, 121, 249, 0.35)); + background-color: rgba(255, 105, 180, 0.4); color: #ffffff; - text-shadow: 0 0 10px rgba(255, 20, 147, 0.6); } /* ============================================ @@ -209,8 +216,8 @@