EQL5/doc/style.css
2016-11-25 23:30:38 +01:00

5 lines
235 B
CSS

a:link { text-decoration: none; color: blue; }
a:hover, a:visited, a:visited:hover { text-decoration: underline; color: blue; }
body { font-family: sans-serif; font-size: 10pt; }
code, pre { color: mediumblue; }
.added { color: red; }