mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +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
|
|
}
|