16 lines
253 B
CSS
16 lines
253 B
CSS
a.white-link:link {
|
|
color: azure;
|
|
font-size: large;
|
|
}
|
|
a.white-link:hover {
|
|
color: azure;
|
|
font-size: large;
|
|
}
|
|
a.white-link:visited {
|
|
color: azure;
|
|
font-size: large;
|
|
}
|
|
a.white-link:active {
|
|
color: azure;
|
|
font-size: large;
|
|
} |