Files
microblog.pub/docs/head.html
2020-01-22 21:00:14 +01:00

19 lines
224 B
HTML

<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>