website/styles.css

17 lines
192 B
CSS
Raw Normal View History

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);
}
footer {
color: green;
2021-01-31 02:57:15 +01:00
}