Link Style
This commit is contained in:
parent
efcb58f5ec
commit
4dfeea5f7b
1 changed files with 18 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue