Skip to content

Commit 323903b

Browse files
committed
Wrap playground links in buttons.
1 parent d6f0044 commit 323903b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,12 @@
184184
a.playground {
185185
border-bottom: none;
186186
text-decoration: none;
187-
background: url("json-ld-data-16.png");
188-
width: 16px;
189-
height: 16px;
190-
display: inline-block;
187+
font-size: 13px;
191188
}
192189
a[href].playground {
193190
border-bottom: none;
194191
text-decoration: none;
192+
color: #666;
195193
}
196194
</style>
197195
</head>

0 commit comments

Comments
 (0)