mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
9 lines
187 B
CSS
9 lines
187 B
CSS
body {
|
|
color: black;
|
|
background-color: silver;
|
|
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
a:link { color: blue }
|
|
a:visited { color: purple }
|