mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2026-03-04 06:18:01 +01:00
20 lines
295 B
CSS
20 lines
295 B
CSS
body {
|
|
color: lightblue;
|
|
background-color: black;
|
|
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
pre {
|
|
color: white;
|
|
background-color: black;
|
|
font-family: Courier, "Courier New";
|
|
}
|
|
|
|
a:link {
|
|
color: red
|
|
}
|
|
|
|
a:visited {
|
|
color: pink
|
|
}
|