Skip to content

Commit 3ea74f9

Browse files
committed
Adjust link style
1 parent a6a6844 commit 3ea74f9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/index.html

+6-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.3.1/mapbox-gl.js'></script>
88
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.3.1/mapbox-gl.css' rel='stylesheet' />
99
<style>
10-
body {
11-
margin: 0;
12-
padding: 0;
13-
}
14-
h2 {
15-
margin: 10px;
16-
font-size: 1.2em;
17-
}
10+
body { margin: 0; padding: 0; }
11+
h2 { margin: 10px; font-size: 1.2em; }
12+
a { text-decoration: none; }
13+
a:visited, a { color: #67e; font-weight: bold; }
14+
a:hover { color: #56a; }
15+
1816
.resource {
1917
margin: 10px;
2018
font-size: 1em;

0 commit comments

Comments
 (0)