Skip to content

Commit 2bc096a

Browse files
committed
Fixed iOS turning seed numbers into phone numbers
1 parent 18ad1f2 commit 2bc096a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

seeds/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="icon" type="image/x-icon" href="/img/favicon.ico?">
88
<link rel="stylesheet" href="/plugins/flickity/flickity.css" media="screen">
99
<script src="/plugins/flickity/flickity.pkgd.js"></script>
10+
<meta name="format-detection" content="telephone=no">
1011
<title>Seeds &#8226 Minecraft 3DS Community</title>
1112
<style>
1213
.header {
@@ -142,7 +143,9 @@
142143
}
143144
.seedNo {
144145
font-weight: normal;
145-
font-size: 18pt
146+
font-size: 18pt;
147+
text-decoration: none;
148+
color: inherit;
146149
}
147150
.seedDesc {
148151
font-size: 14pt;

0 commit comments

Comments
 (0)