mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
5 lines
235 B
CSS
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; }
|