File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,14 @@ export function Header() {
38
38
Visualize OpenStreetMap features created, modified or deleted every hour
39
39
using change data prepared by OSMCha as a FlatGeobuf. This visualization
40
40
does not use a server.
41
+ < br /> < br />
42
+ < a
43
+ href = "https://github.com/developmentseed/osm-gradient"
44
+ target = "_blank"
45
+ rel = "noreferrer noopener"
46
+ >
47
+ GitHub
48
+ </ a >
41
49
</ small >
42
50
</ dialog >
43
51
< button
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ dialog {
102
102
box-shadow :
103
103
0 2px 6px 0 var (--bg-dark ),
104
104
0 6px 6px -2px rgba (120 , 120 , 120 , 0.125 );
105
+ & a {
106
+ color : var (--base-light );
107
+ text-decoration : underline;
108
+ }
105
109
}
106
110
.dialog--header {
107
111
display : flex;
You can’t perform that action at this time.
0 commit comments