etherpad-lite/doc/assets/style.css
John McLear 4a65acf417
docs: fix links from TOC to Headings and improve appearance of docs (a little) (#4866)
* 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>
2021-02-25 09:01:45 +00:00

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%;
}