Tweak the README

This commit is contained in:
Thomas Sileo
2020-01-22 21:00:14 +01:00
parent 00810e61a4
commit 0ae0310f5f
2 changed files with 20 additions and 6 deletions

18
docs/head.html Normal file
View File

@@ -0,0 +1,18 @@
<style>
body {
background: #eee;
color: #111;
}
code {
color: #111;
}
.purple, a {
color: #1d781d;
}
h1 { font-weight: bold; }
pre {
background: #e6e6e6;
padding: 10px;
overflow: auto;
}
</style>