8 lines
112 B
CSS

body {
background-color: transparent;
}
a:hover {
color: deepskyblue;
text-decoration: underline;
}