Where are the default colours defined?
-
I noticed that the colour of links does not match my theme, defaulting to a blue with hex code #142990. This seems to be set here:
.bsui a {
color: var(--bs-primary);
}There is also
.bsui a {
color: var(--bs-link-color);
text-decoration: none;
}But this is being overridden by the first rule.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.