css/a
This commit is contained in:
parent
2fb14b545f
commit
7da14cfce4
1 changed files with 7 additions and 0 deletions
|
@ -8,3 +8,10 @@ background: rgb(0,0,0);
|
|||
color: rgb(160,160,160);
|
||||
font-family: sans;
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgb(128,160,128);
|
||||
}
|
||||
a:hover {
|
||||
color: rgb(160,128,128);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue