Home | Notes
CSS

Joplin Specific: Joplin's in-app CSS file is ~/.config/joplin-desktop/userstyle.css

CSS Examples

max-width: 38rem;
  padding: 2rem;
  margin: auto;
}
max-width: 38rem;
  padding: 2rem;
  margin: auto;
}
main{
    margin:40px auto;
    padding:0 10px;
    max-width:60em;
    line-height:1.25;
    font-size:12pt
}
h1{line-height:1}
footer hr{border-top:1px solid #ccc}
footer p{font-size:8pt;color:#777}
footer p a{color:#66a}
main{
    margin:40px auto;
    padding:0 10px;
    max-width:60em;
    line-height:1.25;
    font-size:12pt
}
h1{line-height:1}
footer hr{border-top:1px solid #ccc}
footer p{font-size:8pt;color:#777}
footer p a{color:#66a}

HTML Elements

Summarized from here.