mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
21 lines
319 B
CSS
21 lines
319 B
CSS
body {
|
|
color: lightblue;
|
|
background-color: black;
|
|
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
|
text-align: justify
|
|
}
|
|
|
|
pre {
|
|
color: white;
|
|
background-color: black;
|
|
font-family: Courier, "Courier New";
|
|
}
|
|
|
|
a:link {
|
|
color: red
|
|
}
|
|
|
|
a:visited {
|
|
color: pink
|
|
}
|