mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
8 lines
110 B
CSS
8 lines
110 B
CSS
body {
|
|
color: black;
|
|
background-color: silver;
|
|
}
|
|
|
|
a:link { color: blue }
|
|
a:visited { color: purple }
|