feat: make new icon work for dark mode

This commit is contained in:
Jones8683
2025-08-04 10:04:41 +09:30
parent ceb9424ab9
commit b16a48c26c
2 changed files with 26 additions and 37 deletions
+2 -13
View File
@@ -74,9 +74,9 @@ export function OpenMinecraftServerPopup() {
font-family: 'Minecraftia', sans-serif;
color: white;
font-weight: bold;
font-size: 28px;
font-size: 34px;
text-align: center;
margin-top: 1.5em;
margin-top: 0.8em;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
@@ -85,17 +85,6 @@ export function OpenMinecraftServerPopup() {
">
mc.betterseqta.org
</p>
<!-- Version Info -->
<p style="
font-family: sans-serif;
color: #ccc;
font-size: 13px;
text-align: center;
margin-top: 0.25em;
">
Version: 1.21.4
</p>
</div>
`).firstChild;