8 lines
112 B
CSS
8 lines
112 B
CSS
body {
|
|
background-color: transparent;
|
|
}
|
|
|
|
a:hover {
|
|
color: deepskyblue;
|
|
text-decoration: underline;
|
|
} |