mirror of https://github.com/laurent22/joplin.git
Added share buttons
parent
bd265e5a9d
commit
2f3458e207
|
@ -123,6 +123,7 @@ const headerHtml = `<!doctype html>
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
|
box-shadow: 0 0 10px #000000;
|
||||||
}
|
}
|
||||||
.nav a {
|
.nav a {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
@ -117,6 +117,7 @@
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
|
box-shadow: 0 0 10px #000000;
|
||||||
}
|
}
|
||||||
.nav a {
|
.nav a {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
@ -117,6 +117,7 @@
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
|
box-shadow: 0 0 10px #000000;
|
||||||
}
|
}
|
||||||
.nav a {
|
.nav a {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in New Issue