Links preform an operation that direct users to a page to another page that is different from the current page they are visiting. UCLA has two different inline body links for white and non-white backgrounds.
This is an example of a link on light background
<!-- Standard Link -->
<a href="#" class="link">This is an example of a link on light background</a>
<!-- White links on Blue Backgrounds -->
<!-- Note: background color included for better depiction -->
<div style="background: #2774AE;">
<a class="white-link" href="#">This is an example of a link on dark background</a>
</div>
<br>