Add markdown support (marked lib)
Conflicts: client/css/style.css
This commit is contained in:
parent
9a3f4ddb2f
commit
36ee5a6db5
5 changed files with 35 additions and 4 deletions
|
@ -612,3 +612,14 @@ img {
|
|||
.export button, .import * {
|
||||
margin-right: 15px;
|
||||
}
|
||||
.content h1 {
|
||||
font-family: 'Rock Salt', "Arial Rounded MT Bold", arial, serif;
|
||||
color: #5c9db4;
|
||||
font-size: 22px;
|
||||
}
|
||||
.content * {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue