8 lines
112 B
CSS
Raw Normal View History

body {
background-color: transparent;
2024-12-05 11:25:18 +01:00
}
a:hover {
color: deepskyblue;
text-decoration: underline;
}