website/styles.css

13 lines
148 B
CSS
Raw Permalink 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 {
background-color: blue;
}