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
|
@ -14,6 +14,13 @@ h1 a.banner {
|
|||
font-size: 48px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.content h1, .content h2, .content h3 {
|
||||
font-family: 'Rock Salt', "Arial Rounded MT Bold", arial, serif !important;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.content h3 {
|
||||
font-size: 14px;
|
||||
}
|
||||
#go {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue