diff --git a/Tools/build-website.js b/Tools/build-website.js index c39cc883a..9ce65ab3b 100644 --- a/Tools/build-website.js +++ b/Tools/build-website.js @@ -93,12 +93,22 @@ https://github.com/laurent22/joplin/blob/master/{{{sourceMarkdownFile}}} #toc { padding-bottom: 1em; } + .title { + display: flex; + align-items: center; + } .title-icon { - height: 2em; + display: flex; + height: 1em; + } + .title-text { + display: flex; + font-weight: normal; + margin-bottom: .2em; + margin-left: .5em; } .sub-title { - font-weight: bold; - font-size: 1.5em; + font-weight: normal; } .container { background-color: white; @@ -155,6 +165,9 @@ https://github.com/laurent22/joplin/blob/master/{{{sourceMarkdownFile}}} .header a h1 { color: white; } + .header a:hover { + text-decoration: none; + } .content { padding-left: 2em; padding-right: 2em; @@ -267,8 +280,8 @@ https://github.com/laurent22/joplin/blob/master/{{{sourceMarkdownFile}}}