2021-01-31 02:57:15 +01:00
|
|
|
body {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
2021-01-31 12:17:42 +01:00
|
|
|
color: green;
|
2021-01-31 02:57:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2021-07-23 19:28:01 +02:00
|
|
|
background-color: rgb(130, 100, 185);
|
2021-07-23 17:50:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
color: green;
|
2021-01-31 02:57:15 +01:00
|
|
|
}
|