This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.

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;
}