SpywareWatchdog/style.css

15 lines
428 B
CSS
Raw Normal View History

2020-02-07 09:12:15 +02:00
a:link {color:coral; background-color:transparent; text-decoration:underline}
a:visited {color:coral; background-color:transparent; text-decoration:underline}
a:hover {color:red; background-color:transparent; text-decoration:underline}
sup:hover {text-decoration:none}
p {
max-width: 800px;
}
li {
max-width: 800px;
}
body{
background: url("/images/blackbg.jpg");
color: white;
}