Link Style

This commit is contained in:
seiichiro 2022-01-10 18:43:57 +01:00
parent efcb58f5ec
commit 4dfeea5f7b

View file

@ -2,6 +2,24 @@ body {
font-family: sans;
background-color: #000000;
}
a:link {
text-decoration: none;
color: #c0c0c0;
}
a:visited {
text-decoration: none;
color: #c0c0c0;
}
a:hover {
text-decoration: none;
color: #c0c0c0;
}
a:active {
text-decoration: none;
color: #c0c0c0;
}
.content {
padding: 4px;
}