-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Even though I have set a custom color (which is applied in lots of places), the PW pink is being used for most links and other places like:

It's not even the same "pink" that is the red color from here:

It's actually defined here:
a, .uk-link {
color: #e83561;
text-decoration: none;
cursor: pointer;
}
designconcepts