Bootstrap Link Opacity
In Bootstrap, you can easily adjust the opacity of links by adding a utility class. This can be useful to make links more or less prominent on a webpage.
Syntax
To adjust the opacity of a link, you can add the following classes to the link element:
text-muted
: this sets the link to a muted gray color with lower opacity.text-primary
: this sets the link to the primary color with full opacity.text-secondary
: this sets the link to a secondary color with full opacity.text-success
: this sets the link to a success color with full opacity.text-danger
: this sets the link to a danger color with full opacity.text-warning
: this sets the link to a warning color with full opacity.text-info
: this sets the link to an info color with full opacity.text-light
: this sets the link to a light color with full opacity.text-dark
: this sets the link to a dark color with full opacity.