mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
4a65acf417
* docs: fix links from TOC to Headings * docs: Styling Just a little modernisation of the appearance of the documentation * Update src/bin/doc/package.json Co-authored-by: Richard Hansen <rhansen@rhansen.org> Co-authored-by: Richard Hansen <rhansen@rhansen.org>
35 lines
387 B
CSS
35 lines
387 B
CSS
body{
|
|
border-top: solid #44b492 5pt;
|
|
line-height:150%;
|
|
font-family: 'Quicksand',sans-serif;
|
|
color: #313b4a;
|
|
max-width:800px;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
}
|
|
|
|
a{
|
|
color: #555;
|
|
}
|
|
|
|
h1{
|
|
color: #44b492;
|
|
line-height:100%;
|
|
}
|
|
|
|
a:hover{
|
|
color: #44b492;
|
|
}
|
|
|
|
pre{
|
|
background-color: #e0e0e0;
|
|
padding:20px;
|
|
}
|
|
|
|
code{
|
|
background-color: #e0e0e0;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|