We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ad1f2 commit 2bc096aCopy full SHA for 2bc096a
seeds/index.html
@@ -7,6 +7,7 @@
7
<link rel="icon" type="image/x-icon" href="/img/favicon.ico?">
8
<link rel="stylesheet" href="/plugins/flickity/flickity.css" media="screen">
9
<script src="/plugins/flickity/flickity.pkgd.js"></script>
10
+ <meta name="format-detection" content="telephone=no">
11
<title>Seeds • Minecraft 3DS Community</title>
12
<style>
13
.header {
@@ -142,7 +143,9 @@
142
143
}
144
.seedNo {
145
font-weight: normal;
- font-size: 18pt
146
+ font-size: 18pt;
147
+ text-decoration: none;
148
+ color: inherit;
149
150
.seedDesc {
151
font-size: 14pt;
0 commit comments