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;
|
||||
top: 0;
|
||||
width: inherit;
|
||||
box-shadow: 0 0 10px #000000;
|
||||
}
|
||||
.nav a {
|
||||
color: white;
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
position:fixed;
|
||||
top: 0;
|
||||
width: inherit;
|
||||
box-shadow: 0 0 10px #000000;
|
||||
}
|
||||
.nav a {
|
||||
color: white;
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
position:fixed;
|
||||
top: 0;
|
||||
width: inherit;
|
||||
box-shadow: 0 0 10px #000000;
|
||||
}
|
||||
.nav a {
|
||||
color: white;
|
||||
|
|
Loading…
Reference in New Issue