diff --git a/index.html b/index.html index be83967..9d3a76a 100644 --- a/index.html +++ b/index.html @@ -117,7 +117,6 @@ - diff --git a/submission/index.html b/submission/index.html index c8f8736..a363b26 100644 --- a/submission/index.html +++ b/submission/index.html @@ -764,15 +764,15 @@ async function fetchNoCache(url) { .Button:hover { background-color: #45a049; /* 鼠标悬停时的背景色 */ } - + .dark .simpleInput, .dark #input { color: rgb(196,196,197); } - + .dark #preview { background-color: rgb(29,30,32); } - + .button-container { display: flex; justify-content: center; /* 水平居中 */ @@ -782,7 +782,7 @@ async function fetchNoCache(url) { - +