mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-25 11:21:08 -08:00
4 lines
184 B
CSS
4 lines
184 B
CSS
a:link, a:visited { text-decoration: none; color: blue; }
|
|
a:hover { text-decoration: underline; }
|
|
body { font-family: sans-serif; font-size: 10.5pt; }
|
|
code, pre { color: mediumblue; }
|