We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a6844 commit 3ea74f9Copy full SHA for 3ea74f9
docs/index.html
@@ -7,14 +7,12 @@
7
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.3.1/mapbox-gl.js'></script>
8
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.3.1/mapbox-gl.css' rel='stylesheet' />
9
<style>
10
- body {
11
- margin: 0;
12
- padding: 0;
13
- }
14
- h2 {
15
- margin: 10px;
16
- font-size: 1.2em;
17
+ body { margin: 0; padding: 0; }
+ h2 { margin: 10px; font-size: 1.2em; }
+ a { text-decoration: none; }
+ a:visited, a { color: #67e; font-weight: bold; }
+ a:hover { color: #56a; }
+
18
.resource {
19
margin: 10px;
20
font-size: 1em;
0 commit comments