I am wanting to change the color of the link label text in the multicolumn section.
I used the below code to change the background color to black, but I cannot figure out how to change specifically the text color of the link label to white.
.multicolumn {
background-color: #121212 !important;
margin: 0 !important;
padding: 1px 0 5rem !important;
}
The black text in the photo is what I am hoping to change.
For context, this is the link label text I am trying to change (in case that helps)

