BubbaUsesForums
Well-Known Member
I'd like to add some color and underline the hyperlinks in my forum.
Would I just add the code below directly to
I tend to jam everything in
Thanks!
Would I just add the code below directly to
extra.less
, or is there something in the Style Property that I should change instead?
Code:
.XenBase .block--messages .message .message-content a {
color: #6d6befd4;
text-shadow: 0px 0px 0px #9c3434;
text-decoration: underline;
}
I tend to jam everything in
extra.less
these days, and I'm not sure if it's the best code practice, or if there's a better way of doing it....Thanks!