1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Fixing website

This commit is contained in:
Laurent Cozic
2017-10-31 00:02:34 +00:00
parent e39acc6b77
commit 61a74bc7e0
2 changed files with 16 additions and 0 deletions

View File

@@ -41,6 +41,14 @@ const headerHtml = `
h3 {
font-size: 1.3em;
}
code {
color: black;
background-color: #eee;
border: 1px solid #ccc;
}
pre code {
border: none;
}
.title-icon {
height: 2em;
}