common link color
This commit is contained in:
parent
28210eb37b
commit
f06344fb46
|
@ -45,6 +45,11 @@ color:blue;
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: blue;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: blue;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue